class Concurrent::Promises::InternalStates::Pending

@private

Public Instance Methods

resolved?() click to toggle source
# File lib/concurrent/promises.rb, line 329
def resolved?
  false
end
to_sym() click to toggle source
# File lib/concurrent/promises.rb, line 333
def to_sym
  :pending
end