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

outdated

Synchronization primitives for asynchronous Dart code, inspired from Python

3.2.0 #

  • Allow cancelling all waiting futures

3.1.0 #

  • Added Semaphore
  • Improve documentation

3.0.0 #

  • Event.wait and Lock.acquire do not return true anymore

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
8
likes
0
points
2.44k
downloads

Publisher

verified publisherharuka39.me

Weekly Downloads

Synchronization primitives for asynchronous Dart code, inspired from Python

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on async_locks