Module: Expeditor

Defined in:
lib/expeditor/errors.rb,
lib/expeditor/status.rb,
lib/expeditor/command.rb,
lib/expeditor/service.rb,
lib/expeditor/version.rb,
lib/expeditor/services.rb,
lib/expeditor/rich_future.rb,
lib/expeditor/ring_buffer.rb,
lib/expeditor/rolling_number.rb,
lib/expeditor/services/default.rb

Defined Under Namespace

Modules: Services Classes: Command, DependencyError, RichFuture, RingBuffer, RollingNumber, Service, Status

Constant Summary collapse

NotStartedError =
Class.new(StandardError)
RejectedExecutionError =
Concurrent::RejectedExecutionError
CircuitBreakError =
Class.new(StandardError)
AlreadyStartedError =
Class.new(StandardError)
VERSION =
"0.7.1"