Throw exception on any error within Concurrent::Future

Co-authored-by: Sebastian Serth <Sebastian.Serth@hpi.de>
This commit is contained in:
Ralf Teusner
2021-08-05 22:56:11 +02:00
parent 3840b45f8a
commit a170f7bfc2

View File

@ -46,7 +46,7 @@ module SubmissionScoring
# end
end
end
futures.map(&:value)
futures.map(&:value!)
end
private :collect_test_results