Class: Concur::ThreadPool::UberThread
- Inherits:
-
Thread
- Object
- Thread
- Concur::ThreadPool::UberThread
- Defined in:
- lib/thread_pool.rb
Instance Method Summary collapse
-
#initialize ⇒ UberThread
constructor
A new instance of UberThread.
Constructor Details
#initialize ⇒ UberThread
Returns a new instance of UberThread.
76 77 78 |
# File 'lib/thread_pool.rb', line 76 def initialize super end |