Method: Micron::Runner#synchronize
- Defined in:
- lib/micron/runner.rb
#synchronize(&block) ⇒ Object
Output synchronization helper. Will NOT work across forks!
91 92 93 |
# File 'lib/micron/runner.rb', line 91 def synchronize(&block) @mutex.synchronize(&block) end |