queue property

  1. @visibleForTesting
List<MutexWithPriority> queue
final

Queue of Mutexes locking the functions invoked.

Implementation

@visibleForTesting
final List<MutexWithPriority> queue = [];