asSendable property
Sendable<ConditionVariable>
get
asSendable
Implementation
Sendable<ConditionVariable> get asSendable => Sendable.wrap(
Platform.isWindows
? _WindowsConditionVariable.fromAddress
: _PosixConditionVariable.fromAddress,
_address);