class Async::ResourcePool::AlreadyOwnError
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/async/resource_pool/errors.rb, line 14 def initialize super('current fiber already own this resource') end