module Concurrent::Promises::FactoryMethods::Configuration
Public Instance Methods
Source
# File lib/concurrent-ruby/concurrent/promises.rb, line 52 def default_executor :io end
@return [Executor, :io, :fast] the executor which is used when none is supplied
to a factory method. The method can be overridden in the receivers of `include FactoryMethod`