@tscommon/synchronized
v0.0.4
Published
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
Downloads
153
Maintainers
Readme
Synchronized - API
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 shared data.