Method: Async::ResultNotification#initialize

Defined in:
lib/async/result_notification.rb

#initializeResultNotification

Returns a new instance of ResultNotification.



4
5
6
# File 'lib/async/result_notification.rb', line 4

def initialize
  @channel = Async::Channel.new
end