isOpen method

bool isOpen()

Returns true if the mailbox is open.

Implementation

bool isOpen() => _mutex.runLocked(() => _isOpen);