A logger for TypeScript projects
A deferred promise that can be manually resolved or rejected
Option represents an optional value: it is either some and contains a value, or none, and does not
Wraps a value into a box to pass it by reference
A defer function defers the execution of a function until the surrounding function returns
In an async environment, a race condition occurs when two or more async operations attempt to update mutable shared data at the same time. @synchronized decorator offers a mechanism to avoid race conditions by synchronizing async operations access to shar
A mutual exclusion primitive useful for protecting shared data
A primitive to represent a batch of items
Schedules and executes batched asynchronous calls
Common utility functions and types shared across all GG packages
> TODO: description
This library was generated with [Nx](https://nx.dev).
Typescript types
No description provided.
No description provided.
No description provided.