Method: Airflow::SigHandler#call

Defined in:
lib/async_flow/sig_handler.rb

#callObject



17
18
19
20
21
# File 'lib/async_flow/sig_handler.rb', line 17

def call
  trap
  yield
  wait
end