Exception: AtomicRuby::AtomicThreadPool::EnqueuedWorkAfterShutdownError

Inherits:
Error
  • Object
show all
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

#messageObject



48
# File 'lib/atomic-ruby/atomic_thread_pool.rb', line 48

def message = "cannot queue work after shutdown"