Module @tscommon/mutex

Classes§

Mutex

A mutual exclusion lock (mutex) for synchronizing access to shared data.

Interfaces§

MutexData

Represents the data protected by a mutex.

MutexGuard

An acquired lock on a mutex, providing access to the protected data.