Concurrent::Edge::BlockedPromise
@!visibility private
# File lib/concurrent/edge/future.rb, line 1194 def initialize(event1, event2, default_executor) super Event.new(self, default_executor), [event1, event2], 2 end
# File lib/concurrent/edge/future.rb, line 1198 def on_completable(done_future) complete_with Event::COMPLETED end
[Validate]
Generated with the Darkfish Rdoc Generator 2.