scaibu_mutex_lock 1.0.6 copy "scaibu_mutex_lock: ^1.0.6" to clipboard
scaibu_mutex_lock: ^1.0.6 copied to clipboard

A Dart package for mutex locking, ensuring safe and efficient synchronization. Supports atomic ops, deadlock prevention, and lightweight resource locking.

Changelog #

1.0.0 - 2025-03-14 #

Added #

  • Initial release with mutex locking mechanisms.
  • Implements Circuit Breaker Mutex, Read-Write Lock, Priority Mutex, and Resource Pool.
  • Supports atomic execution and isolate-based execution for concurrency management.
  • Includes event queue and awaiting stream utilities.

1.0.5 - 2025-03-22 #

Added #

  • Example usage in example/lib/circuit_breaker_example.dart to demonstrate how to use the CircuitBreakerMutex class.
  • Unit tests for CircuitBreakerMutex to ensure reliability and correctness.

Fixed #

  • Resolved a bug related to improper state handling in CircuitBreakerMutex that caused incorrect circuit reset behavior.
2
likes
0
points
76
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for mutex locking, ensuring safe and efficient synchronization. Supports atomic ops, deadlock prevention, and lightweight resource locking.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

collection, flutter

More

Packages that depend on scaibu_mutex_lock