semaphore 1.0.0
semaphore: ^1.0.0 copied to clipboard
Semaphore is lightweight data type that is used for controlling the cooperative access to a common resource inside the isolate.
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.