Throw exception on any error within Concurrent::Future
Co-authored-by: Sebastian Serth <Sebastian.Serth@hpi.de>
This commit is contained in:
@ -46,7 +46,7 @@ module SubmissionScoring
|
||||
# end
|
||||
end
|
||||
end
|
||||
futures.map(&:value)
|
||||
futures.map(&:value!)
|
||||
end
|
||||
|
||||
private :collect_test_results
|
||||
|
Reference in New Issue
Block a user