Methods

Files

Class/Module Index [+]

Quicksearch

Concurrent::Edge::ThenPromise

@!visibility private

Public Class Methods

new(blocked_by_future, default_executor, executor, &task) click to toggle source
# File lib/concurrent/edge/future.rb, line 1070
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

[Validate]

Generated with the Darkfish Rdoc Generator 2.