Skip to content

Commit

Permalink
[proposal] Abstracting over async (the yields effect)
Browse files Browse the repository at this point in the history
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
nmsmith committed Feb 5, 2025
1 parent e064839 commit 7145a01
Showing 1 changed file with 588 additions and 0 deletions.
Loading

0 comments on commit 7145a01

Please sign in to comment.