class EventMachine::ThreadedResource
def shutdown
Kill the internal thread. should only be used to cleanup - generally
def shutdown @running = false @queue << lambda {} @thread.join end
def shutdown @running = false @queue << lambda {} @thread.join end