TypeScript Common
TypeScript Common
Exports
..
Properties
value
@tscommon/mutex
Interface
MutexData
<T>
Copy item path
Source
Expand description
Represents the data protected by a mutex.
interface
MutexData
<
T
>
{
value
:
T
;
}
Properties
§
Source
§
public
value:
T
Represents the data protected by a mutex.