class Concurrent::Promises::InternalStates::Pending

@!visibility private

Public Instance Methods

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