synchronized 2.0.2+1 copy "synchronized: ^2.0.2+1" to clipboard
synchronized: ^2.0.2+1 copied to clipboard

outdated

Lock mechanism to prevent concurrent access to asynchronous code.

Changelog #

2.0 #

  • Remove previously depracated SynchronizedLock and synchronized function

1.5.2 #

  • Remove dev_test dependency

1.5.1 #

  • Dart2 stable support

1.5.0 #

  • Deprecate SynchronizedLock and synchronized

1.4.0 #

  • Re-use non-reentrant lock in synchronized method

1.3.0 #

  • Add non-reentrant lock that do not use Zone

1.2.1 #

  • implicit-casts: false (testing dart2 support)

1.2.0 #

  • Use generic instead of 2.0 deprecated comments

1.1.0 #

  • Fix inner task issue, next outer task will wait for all inner tasks to terminate
  • Properly handle nested thrown error

1.0.0 #

  • Bump to version 1.0.0

0.1.0 #

  • Initial version
462
likes
0
pub points
99%
popularity

Publisher

verified publishertekartik.com

Lock mechanism to prevent concurrent access to asynchronous code.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

More

Packages that depend on synchronized