class Concurrent::Promises::InternalStates::State
@!visibility private
Public Instance Methods
resolved?()
click to toggle source
# File lib/concurrent-ruby/concurrent/promises.rb, line 340 def resolved? raise NotImplementedError end
to_sym()
click to toggle source
# File lib/concurrent-ruby/concurrent/promises.rb, line 344 def to_sym raise NotImplementedError end