Exception: AtomicRuby::AtomicThreadPool::EnqueuedWorkAfterShutdownError
- Inherits:
-
Error
- Object
- StandardError
- Error
- AtomicRuby::AtomicThreadPool::EnqueuedWorkAfterShutdownError
- Defined in:
- lib/atomic-ruby/atomic_thread_pool.rb
Overview
Error raised when attempting to enqueue work after shutdown.
Instance Method Summary collapse
Instance Method Details
#message ⇒ Object
48 |
# File 'lib/atomic-ruby/atomic_thread_pool.rb', line 48 def = "cannot queue work after shutdown" |