Class: Concurrent::LockLocalVar

Inherits:
Object
  • Object
show all
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.