Method: WithConnection::RangedConnectionPool#local_current
- Defined in:
- lib/with_connection/ranged_connection_pool.rb
#local_current ⇒ Object
29 30 31 |
# File 'lib/with_connection/ranged_connection_pool.rb', line 29 def local_current defined?(EM) && EM.reactor_running? ? Fiber.current : Thread.current end |