perl6-oo-monitors 1.1.1
Channel: guix
Home page: https://github.com/jnthn/oo-monitors
Licenses: Artistic License 2.0
Synopsis: Monitors with condition variables for Raku
Description:
A monitor provides per-instance mutual exclusion for objects. This means that for a given object instance, only one thread can ever be inside its methods at a time. This is achieved by a lock being associated with each object. The lock is acquired automatically at the entry to each method in the monitor. Condition variables are also supported.
Total results: 1