Completed
@!visibility private
# File lib/concurrent/edge/future.rb, line 437 def reason raise NotImplementedError end
# File lib/concurrent/edge/future.rb, line 425 def result [success?, value, reason] end
# File lib/concurrent/edge/future.rb, line 429 def success? raise NotImplementedError end
# File lib/concurrent/edge/future.rb, line 433 def value raise NotImplementedError end
[Validate]
Generated with the Darkfish Rdoc Generator 2.