semaphore 0.2.0
semaphore: ^0.2.0 copied to clipboard
Semaphore is lightweight data type that is used for controlling the cooperative access to a common resource inside the isolate.
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.flutter-io.cn
health suggestions
0.1.2 #
- Fixed source code according to
pub.flutter-io.cn
health suggestions
0.1.1 #
- Performed the modifications according to "pub.flutter-io.cn" suggestions.