Module: Expeditor

Defined in:
lib/expeditor/bucket.rb,
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/services/default.rb

Defined Under Namespace

Modules: Services Classes: Bucket, Command, DependencyError, RichFuture, Service, Status

Constant Summary collapse

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