Class: Concurrent::LockLocalVar
| Relationships & Source Files | |
| Inherits: | Object |
| Defined in: | lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb |
Overview
Either FiberLocalVar or ThreadLocalVar depending on whether Mutex (and Monitor) are held, respectively, per Fiber or per Thread.