class Concurrent::Promises::InternalStates::State

@!visibility private

Public Instance Methods

resolved?() click to toggle source
# File lib/concurrent-ruby/concurrent/promises.rb, line 339
def resolved?
  raise NotImplementedError
end
to_sym() click to toggle source
# File lib/concurrent-ruby/concurrent/promises.rb, line 343
def to_sym
  raise NotImplementedError
end