class

Syn::Mutex

Inherits Reference / Object

Constructors

new(type : Core::Mutex::Type = :checked)
Source

Instance methods

lock(timeout : Time::Span) : Bool

EXPERIMENTAL The timeout feature is experimental.

Source
lock
Source
synchronize(timeout : Time::Span, &) : Bool

EXPERIMENTAL The timeout feature is experimental.

Source
synchronize
Source
try_lock?
Source
unlock
Source