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 bb5ab05
Showing 1 changed file with 584 additions and 0 deletions.
Loading

0 comments on commit bb5ab05

Please sign in to comment.