@!visibility private
# File lib/concurrent/edge/future.rb, line 1049 def initialize(blocked_by_future, default_executor, executor, &task) raise ArgumentError, 'only Future can be appended with then' unless blocked_by_future.is_a? Future super blocked_by_future, default_executor, executor, &task end
Generated with the Darkfish Rdoc Generator 2.