async_locks 2.0.0 copy "async_locks: ^2.0.0" to clipboard
async_locks: ^2.0.0 copied to clipboard

Synchronization primitives for asynchronous Dart code, inspired from Python

2.0.0 #

  • Added Lock.waiters and Event.waiters attributes
  • Lock.locked and Event.isSet become properties

1.1.2 #

  • Updated documentation and README

1.1.1 #

  • Fixed potential bug

1.1.0 #

  • Added run method for Lock
  • Updated documentation and example

1.0.1 #

  • Added documentation

1.0.0 #

  • Initial version
7
likes
150
pub points
80%
popularity

Publisher

verified publisherharuka39.me

Synchronization primitives for asynchronous Dart code, inspired from Python

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (LICENSE)

More

Packages that depend on async_locks