asSendable property

Sendable<Mailbox> get asSendable

Implementation

Sendable<Mailbox> get asSendable => Sendable.wrap(
    Mailbox._fromSendable,
    _SendableMailbox(
        address: _mailbox.address,
        mutex: _mutex.asSendable,
        condVar: _condVar.asSendable));