class Concurrent::Promises::AbstractEventFuture

def with_default_executor(executor)

Returns:
  • (AbstractEventFuture) -

Other tags:
    Abstract: -
def with_default_executor(executor)
  raise NotImplementedError
end