semaphore 1.0.1
semaphore: ^1.0.1 copied to clipboard
Lightweight implementation of a semaphore, a condition variable, and a lock that can be used to control (synchronize) access to a shared resources within an isolate.
1.0.1 #
- Changes have been made to the example of using the conditional variables (
ConditionVariable).
1.0.0 #
- The version is compatible with Google Dart SDK 3.0.
0.2.1 #
- This package is no longer supported.
0.2.0 #
- Migrated to dart 2.13 with null safety
- The source code has been migrated to null safety. Thanks to the author of this work, Guy McLean (https://github.com/guymclean).
0.1.4 #
- Added support for conditional variables
0.1.3 #
- Fixed source code according to
pub.devhealth suggestions
0.1.2 #
- Fixed source code according to
pub.devhealth suggestions
0.1.1 #
- Performed the modifications according to "pub.dartlang.org" suggestions.