Module: Bg::Asyncable::Behavior

Defined in:
lib/bg/asyncable.rb

Instance Method Summary collapse

Instance Method Details

#async(wait: 0) ⇒ Object



27
28
29
# File 'lib/bg/asyncable.rb', line 27

def async(wait: 0)
  ::Bg::Asyncable.new(self, wait: wait.to_f)
end