Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[proposal] Abstracting over
async
(the yields
effect)
I propose that we replace `async` with a `yields T` syntax, that allows us to abstract over whether a function/trait/library contains suspension points. Signed-off-by: Nick Smith <[email protected]>
- Loading branch information