Class: Concur::ThreadPool::UberThread

Inherits:
Thread
  • Object
show all
Defined in:
lib/thread_pool.rb

Instance Method Summary collapse

Constructor Details

#initializeUberThread

Returns a new instance of UberThread.



76
77
78
# File 'lib/thread_pool.rb', line 76

def initialize
  super
end