-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
Pipe aborting requires a bit of configuration, but we can reduce it.
Describe the solution you'd like
Now, we can abort operation with context, but we need to implement our own mechanism of aborting.
I suggest implement this feature as core feature for all pipe functions. I mean, we can stop calling of pipe function handlers in case of ctx.Done, and all rest and unread data for input channels must be read in the background.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
none
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request