ProceduralDataflow icon indicating copy to clipboard operation
ProceduralDataflow copied to clipboard

ProcessEnumerable behavior

Open ymassad opened this issue 4 years ago • 3 comments

Currently, the ProcessEnumerable will throw a cancellation exception immediately when cancellation is requested. That is, without waiting for the active action tasks to complete. The returned task should only complete (or become canceled in this case) when all already started actions are completed.

ymassad avatar Aug 28 '19 14:08 ymassad

Another thing: In the same method, once we run all tasks, we then loop over them to await for completion. What happens when one task throws an exception? The following tasks will not be awaited.

ymassad avatar Aug 28 '19 14:08 ymassad

Is this awesome library still alive?

Gerardo-Sista avatar May 09 '20 09:05 Gerardo-Sista

@Gerardo-Sista , I am using this library in production if that is what you mean. I only update it if I need something specific. Are you using it?

ymassad avatar May 09 '20 11:05 ymassad