class Concurrent::Promises::InternalStates::Pending

@!visibility private

Public Instance Methods

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