Class: Contr::Async::Pool::GlobalIO

Inherits:
Base
  • Object
show all
Defined in:
lib/contr/async/pool/global_io.rb

Instance Method Summary collapse

Methods inherited from Base

#executor, #future, #zip

Instance Method Details

#create_executorObject



7
8
9
# File 'lib/contr/async/pool/global_io.rb', line 7

def create_executor
  Concurrent.global_io_executor
end