class Syn::Mutex
- Syn::Mutex
- Reference
- Object
Defined in:
mutex.crConstructors
Instance Method Summary
-
#lock(timeout : Time::Span) : Bool
EXPERIMENTAL The timeout feature is experimental.
- #lock : Nil
-
#synchronize(timeout : Time::Span, &) : Bool
EXPERIMENTAL The timeout feature is experimental.
- #synchronize(& : -> U) : U forall U
- #try_lock? : Bool
- #unlock : Nil