Exception: Async::ResourcePool::AlreadyOwnError

Inherits:
Error
  • Object
show all
Defined in:
lib/async/resource_pool.rb

Instance Method Summary collapse

Constructor Details

#initializeAlreadyOwnError

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