Module: Clasp
- Extended by:
- Clasp
- Included in:
- Clasp
- Defined in:
- lib/clasp.rb,
lib/clasp/errors.rb,
lib/clasp/version.rb,
lib/clasp/lock_manager.rb,
lib/clasp/reentrant_lock.rb,
lib/clasp/disposable_lock.rb,
lib/clasp/deadlock_session.rb,
lib/clasp/lock_manager_tracker.rb
Defined Under Namespace
Modules: LockManagerTracker Classes: DeadlockError, DeadlockSession, DisposableLock, IllegalLockUsageError, LockAcquisitionError, LockManager, ReentrantLock
Constant Summary collapse
- VERSION =
'0.2.0'
Instance Attribute Summary collapse
-
#debug ⇒ Boolean
(also: #debug?)
Enable detailed information that can be used to diagnose deadlocks.
Instance Attribute Details
#debug ⇒ Boolean Also known as: debug?
Enable detailed information that can be used to diagnose deadlocks
21 22 23 |
# File 'lib/clasp.rb', line 21 def debug @debug end |