Skip to content

⭐️ [FEATURE]: Aborting pipe functions #2

@jkulvich

Description

@jkulvich

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 request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions