async-scoped
async-scoped copied to clipboard
Allow async block in `scope_and_block` and `scope_and_collect`
We should support async blocks in the scope_and_block and scope_and_collect. This issue is to collect thoughts on possible unsafety if this allowed.
Do you have an example how it would work for FuturesOrdered container if we want futures to be resolved in FIFO order?