Exception: Async::ResourcePool::AlreadyOwnError

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

Instance Method Summary collapse

Constructor Details

#initializeAlreadyOwnError



14
15
16
# File 'lib/async/resource_pool/errors.rb', line 14

def initialize
  super('current fiber already own this resource')
end