Class: Sync
Constant Summary
Constants included from Sync_m
Sync_m::EX, Sync_m::RCS_ID, Sync_m::SH, Sync_m::UN
Instance Attribute Summary
Attributes included from Sync_m
#sync_ex_count, #sync_ex_locker, #sync_mode, #sync_sh_locker, #sync_upgrade_waiting, #sync_waiting
Instance Method Summary collapse
-
#initialize ⇒ Sync
constructor
A new instance of Sync.
Methods included from Sync_m
append_features, define_aliases, extend_object, #sync_exclusive?, #sync_extended, #sync_lock, #sync_locked?, #sync_shared?, #sync_synchronize, #sync_try_lock, #sync_unlock
Constructor Details
#initialize ⇒ Sync
Returns a new instance of Sync.
307 308 309 |
# File 'lib/rubysl/sync/sync.rb', line 307 def initialize super end |