Class: Archipelago::Current::Lock

Inherits:
Object
  • Object
show all
Includes:
Synchronized
Defined in:
lib/archipelago/current.rb

Overview

Just a convenience empty class with locking functionality.

Instance Attribute Summary collapse

Method Summary

Methods included from Synchronized

#lock_on, #mon_check_owner, #synchronize_on, #unlock_on

Instance Attribute Details

#mon_entering_queueObject (readonly)

Returns the value of attribute mon_entering_queue.



222
223
224
# File 'lib/archipelago/current.rb', line 222

def mon_entering_queue
  @mon_entering_queue
end