Files

Class/Module Index [+]

Quicksearch

Concurrent::Edge::ZipEventEventPromise

@!visibility private

Public Class Methods

new(event1, event2, default_executor) click to toggle source
# File lib/concurrent/edge/future.rb, line 1161
def initialize(event1, event2, default_executor)
  super Event.new(self, default_executor), [event1, event2], 2
end

Public Instance Methods

on_completable(done_future) click to toggle source
# File lib/concurrent/edge/future.rb, line 1165
def on_completable(done_future)
  complete_with Event::COMPLETED
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.