@abstract @!visibility private
# File lib/concurrent/edge/future.rb, line 1033 def initialize(blocked_by_future, default_executor, executor, &task) raise ArgumentError, 'no block given' unless block_given? @Executor = executor @Task = task super Future.new(self, default_executor), blocked_by_future, 1 end
Generated with the Darkfish Rdoc Generator 2.