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