Class: Sync

Inherits:
Object
  • Object
show all
Includes:
Sync_m
Defined in:
lib/rubysl/sync/sync.rb

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

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

#initializeSync

Returns a new instance of Sync.



307
308
309
# File 'lib/rubysl/sync/sync.rb', line 307

def initialize
  super
end