module Async
module Async::Pool
class Async::Pool::Controller
class Async::Pool::Resource
async-pool
0.3.9
# close
def close if @closed raise "Already closed!" end @closed = true end