class NestedScheduler::Results::ResultCollector(T)
Overview
Returns an array of the specified type, in unspecified order. Will cancel the pool on any errors and then it will re-raise the error when the pool is done.
Defined in:
nested_scheduler/results/result_collector.crConstructors
Instance Method Summary
- #error : Exception | Nil
- #error=(error : Exception | Nil)
- #init(&block : -> _) : ->
- #name : String | Nil
- #name=(name : String | Nil)
-
#register_error(pool, fiber, error)
TODO Figure out how to handle cancellation of pool/fiber?
- #result : Array(T)