Methods

Files

Class/Module Index [+]

Quicksearch

Concurrent::Edge::DelayValue

@!visibility private

Public Class Methods

new(default_executor, value) click to toggle source
# File lib/concurrent/edge/future.rb, line 1334
def initialize(default_executor, value)
  @Value = value
  super Future.new(self, default_executor)
end

Public Instance Methods

touch() click to toggle source
# File lib/concurrent/edge/future.rb, line 1328
def touch
  @Future.complete_with Future::Success.new(@Value)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.