Method: Eye::Notify#async_notify

Defined in:
lib/eye/notify.rb

#async_notifyObject



67
68
69
70
# File 'lib/eye/notify.rb', line 67

def async_notify
  async.notify
  after(TIMEOUT) { terminate }
end