Skip to content

Commit

Permalink
Update design/mvp/Async.md
Browse files Browse the repository at this point in the history
Co-authored-by: Luke Wagner <mail@lukewagner.name>
  • Loading branch information
sunfishcode and lukewagner committed Jan 14, 2025
1 parent 649e268 commit 66c5c49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions design/mvp/Async.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ additional goals and requirements for native async support:

Based on the above goals, the Component Model's approach to native async starts
by allowing components to import and export "async" functions which abstract
over, and bindings can be generated in the idiomatic style for each programming
language:
over, and can be implemented by, idiomatic concurrency in a variety of
programming languages:
* `async` functions in languages like C#, JS, Python, Rust and Swift
(implemented using [`callback` functions](#waiting))
* stackful coroutines in languages like Kotlin, Perl, PHP and (recently) C++
Expand Down

0 comments on commit 66c5c49

Please sign in to comment.