class Concurrent::Edge::Event::Pending

@!visibility private

Public Instance Methods

completed?() click to toggle source
# File lib/concurrent/edge/future.rb, line 172
def completed?
  false
end
to_sym() click to toggle source
# File lib/concurrent/edge/future.rb, line 176
def to_sym
  :pending
end