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

Synchronization primitives for asynchronous Dart code: Event, Lock and Semaphore

3.4.0 #

  • Added BoundedSemaphore class
  • Improve package metadata and documentation

3.3.4 #

  • Improve documentation and example

3.3.3 #

  • Added support for Dart 3
  • Minor documentation improvements

3.3.2 #

  • Updated documentation

3.3.1 #

  • Fixed exception throwing when canceling waiters

3.3.0 #

  • Added UnfairLock and UnfairSemaphore

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
5
likes
140
pub points
78%
popularity

Publisher

verified publisherharuka39.me

Synchronization primitives for asynchronous Dart code: Event, Lock and Semaphore

Repository (GitHub)
View/report issues

Topics

#async #concurrency

Documentation

API reference

License

GPL-3.0 (LICENSE)

More

Packages that depend on async_locks