Class: LimitedRed::FakeThreadPool
- Inherits:
-
Object
- Object
- LimitedRed::FakeThreadPool
- Defined in:
- lib/limited_red/thread_pool.rb
Class Method Summary collapse
Class Method Details
.wait_for_all_threads_to_finish ⇒ Object
8 9 |
# File 'lib/limited_red/thread_pool.rb', line 8 def wait_for_all_threads_to_finish end |
.with_a_thread_run(&block) ⇒ Object
4 5 6 |
# File 'lib/limited_red/thread_pool.rb', line 4 def with_a_thread_run(&block) yield end |