class Concurrent::Edge::Event::State
@!visibility private
Public Instance Methods
completed?()
click to toggle source
# File lib/concurrent/edge/future.rb, line 141 def completed? raise NotImplementedError end
to_sym()
click to toggle source
# File lib/concurrent/edge/future.rb, line 145 def to_sym raise NotImplementedError end