Class: Concurrent::AbstractExecutorService

Inherits:
Synchronization::LockableObject
  • Object
show all
Defined in:
lib/concurrent/executor/abstract_executor_service.rb

Direct Known Subclasses

ImmediateExecutor

Constant Summary collapse

FALLBACK_POLICIES =

The set of possible fallback policies that may be set at thread pool creation.

[:abort, :discard, :caller_runs].freeze