Kaba class Mutex ed

...

Syntax ed

class Mutex

    # constructors
    func mut __init__()

    # functions
    func mut lock()
    func mut unlock()

Functions ed

func mut lock()
...

func mut unlock()
...