Files

Class/Module Index [+]

Quicksearch

Concurrent::Edge::CompletableEvent

A Event which can be completed by user.

Public Instance Methods

complete(raise_on_reassign = true) click to toggle source

Complete the Event, `raise` if already completed

# File lib/concurrent/edge/future.rb, line 817
def complete(raise_on_reassign = true)
  complete_with COMPLETED, raise_on_reassign
end
hide_completable() click to toggle source
# File lib/concurrent/edge/future.rb, line 821
def hide_completable
  EventWrapperPromise.new(self, @DefaultExecutor).event
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.