libunifex icon indicating copy to clipboard operation
libunifex copied to clipboard

Add a utility for adding the ability to stop an unstoppable sender with a layer of indirection

Open ericniebler opened this issue 3 years ago • 1 comments

ericniebler avatar Jul 01 '21 17:07 ericniebler

Is the idea here to allow wrapping a sender with something that uses an async-scope and then having it detach-on-cancellation and immediately complete with set_done but still have the async-scope join the completion of that operation?

lewissbaker avatar Jul 04 '21 01:07 lewissbaker