Methods

Files

Class/Module Index [+]

Quicksearch

Concurrent::Edge::AnyPromise

@!visibility private

Public Class Methods

new(blocked_by_futures, default_executor) click to toggle source
# File lib/concurrent/edge/future.rb, line 1298
def initialize(blocked_by_futures, default_executor)
  blocked_by_futures.all? { |f| f.is_a? Future } or
      raise ArgumentError, 'accepts only Futures not Events'
  super(Future.new(self, default_executor), blocked_by_futures, blocked_by_futures.size)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.