Methods

Files

Class/Module Index [+]

Quicksearch

Concurrent::Edge::Delay

@!visibility private

Public Class Methods

new(default_executor) click to toggle source
# File lib/concurrent/edge/future.rb, line 1343
def initialize(default_executor)
  super Event.new(self, default_executor)
end

Public Instance Methods

touch() click to toggle source
# File lib/concurrent/edge/future.rb, line 1337
def touch
  @Future.complete_with Event::COMPLETED
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.