refactoring
security update
This commit is contained in:
parent
1747ab0245
commit
78fe9e7b09
39 changed files with 289 additions and 132 deletions
|
@ -20,6 +20,7 @@ class Mutex {
|
|||
return value;
|
||||
}
|
||||
|
||||
/// Allows listening to the completion status of the last worker process to be released.
|
||||
Future<void> get lastOperationCompletionAwaiter =>
|
||||
_completerQueue.isNotEmpty ? _completerQueue.last.future : Future.value();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue