Module: WolfCore::AsyncUtils
- Included in:
- HttpOperations
- Defined in:
- lib/wolf_core/utils/async_utils.rb
Instance Method Summary collapse
Instance Method Details
#run_async(&block) ⇒ Object
3 4 5 6 7 |
# File 'lib/wolf_core/utils/async_utils.rb', line 3 def run_async(&block) fork do block.call end end |