module Concurrent::Promises::FactoryMethods::Configuration
Public Instance Methods
default_executor()
click to toggle source
@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`
# File lib/concurrent-ruby/concurrent/promises.rb, line 52 def default_executor :io end