Module: TimeMachine::Executors

Defined in:
lib/executor.rb,
lib/thread_executor.rb

Overview

Executors contains executor interface and implementations. An executor is where a timed-up task is actually executed, thus decoupled with the scheduler.

Defined Under Namespace

Classes: Executor, ThreadExecutor