Module: Async::Background
- Defined in:
- lib/async/background/job.rb,
lib/async/background/clock.rb,
lib/async/background/entry.rb,
lib/async/background/runner.rb,
lib/async/background/metrics.rb,
lib/async/background/version.rb,
lib/async/background/min_heap.rb,
lib/async/background/queue/store.rb,
lib/async/background/queue/client.rb,
lib/async/background/queue/notifier.rb,
lib/async/background/queue/socket_waker.rb,
lib/async/background/queue/socket_notifier.rb
Defined Under Namespace
Modules: Clock, Job, Queue Classes: ConfigError, Entry, Metrics, MinHeap, Runner
Constant Summary collapse
- DEFAULT_TIMEOUT =
30- MIN_SLEEP_TIME =
0.1- MAX_JITTER =
5- QUEUE_POLL_INTERVAL =
5- VERSION =
'0.6.2'