class Concurrent::Edge::Event::Pending
@!visibility private
Public Instance Methods
completed?()
click to toggle source
# File lib/concurrent/edge/future.rb, line 152 def completed? false end
to_sym()
click to toggle source
# File lib/concurrent/edge/future.rb, line 156 def to_sym :pending end