@!visibility private
# File lib/concurrent/edge/future.rb, line 1140 def initialize(blocked_by_future, levels, default_executor) raise ArgumentError, 'levels has to be higher than 0' if levels < 1 super Future.new(self, default_executor), blocked_by_future, 1 + levels end
Generated with the Darkfish Rdoc Generator 2.