Method: Thread::Pool::Task#timeout!

Defined in:
lib/thread/pool.rb

#timeout!Object

Force the task to timeout.



101
102
103
# File 'lib/thread/pool.rb', line 101

def timeout!
	terminate! Timeout
end