Exception: Async::ResourcePool::AlreadyOwnError
- Defined in:
- lib/async/resource_pool.rb
Instance Method Summary collapse
-
#initialize ⇒ AlreadyOwnError
constructor
A new instance of AlreadyOwnError.
Constructor Details
#initialize ⇒ AlreadyOwnError
Returns a new instance of AlreadyOwnError.
17 18 19 |
# File 'lib/async/resource_pool.rb', line 17 def initialize super('current fiber already own this resource') end |