Skip to content

Commit

Permalink
Remove part of bulelt in Async.md#TODO that is now done
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewagner committed Jan 12, 2025
1 parent 7139a64 commit c82d517
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions design/mvp/Async.md
Original file line number Diff line number Diff line change
Expand Up @@ -582,9 +582,7 @@ comes after:
tasks), along with cross-task coordination built-ins
* `subtask.cancel`: allow a supertask to signal to a subtask that its result is
no longer wanted and to please wrap it up promptly
* zero-copy forwarding/splicing and built-in way to "tail-call" a subtask so
that the current wasm instance can be torn down eagerly while preserving
structured concurrency
* zero-copy forwarding/splicing
* some way to say "no more elements are coming for a while"
* `recursive` function type attribute: allow a function to opt in to
recursive [reentrance], extending the ABI to link the inner and
Expand Down

0 comments on commit c82d517

Please sign in to comment.