Help language development. Donate to The Perl Foundation

OO::Monitors cpan:JNTHN last updated on 2020-01-08

META6.json
{
    "perl"         : "6.c",
    "name"         : "OO::Monitors",
    "version"      : "1.1.1",
    "description"  : "Objects with mutual exclusion and condition variables",
    "depends"      : [ ],
    "test-depends" : [ ],
    "provides"     : {
        "OO::Monitors" : "lib/OO/Monitors.pm6"
    },
    "authors"       : ["Jonathan Worthington"],
    "license"       : "Artistic-2.0",
    "support"       : {"source" : "git://github.com/jnthn/oo-monitors.git"},
    "tags"          : [ "OO", "concurrency", "MOP" ]
}