dispose method

void dispose()

Disposes of the mutex by clearing all pending operations.

Implementation

void dispose() => _completerQueue.clear();