class Concurrent::Edge::Event::State

@!visibility private

Public Instance Methods

completed?() click to toggle source
# File lib/concurrent/edge/future.rb, line 161
def completed?
  raise NotImplementedError
end
to_sym() click to toggle source
# File lib/concurrent/edge/future.rb, line 165
def to_sym
  raise NotImplementedError
end