class EventQ::WorkerThread

Attributes

thread[R]

This could be a string or a Thread object. When spawning forked workers, threads cannot be marshalled back to another process.

Public Class Methods

new(thread) click to toggle source
# File lib/eventq/worker_status.rb, line 60
def initialize(thread)
  @thread = thread
end