asSendable property

Sendable<Mutex> get asSendable

Implementation

Sendable<Mutex> get asSendable => Sendable.wrap(
    Platform.isWindows ? _WindowsMutex.fromAddress : _PosixMutex.fromAddress,
    _address);