module H2::Client::Celluloid::ClassMethods

Public Instance Methods

thread_pool() click to toggle source
# File lib/h2/client/celluloid.rb, line 17
def thread_pool
  @thread_pool ||= Reader.pool
end