Class: Contender::ThreadFactory Abstract
- Inherits:
-
Object
- Object
- Contender::ThreadFactory
- Defined in:
- lib/contender/thread_factory.rb
Overview
This class is abstract.
Direct Known Subclasses
Instance Method Summary collapse
- #create { ... } ⇒ Thread abstract
Instance Method Details
#create { ... } ⇒ Thread
This method is abstract.
7 8 9 |
# File 'lib/contender/thread_factory.rb', line 7 def create(&block) raise NotImplementedError end |