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