Closed scalvert closed 4 years ago
This PR removes the threading of the single result object through the tasks. Allows for tasks to individually return an ITaskResult, which can be aggregated for the complete result.
ITaskResult
resolves #132
This PR removes the threading of the single result object through the tasks. Allows for tasks to individually return an
ITaskResult
, which can be aggregated for the complete result.