Skip to content

Commit 66c5c49

Browse files
Update design/mvp/Async.md
Co-authored-by: Luke Wagner <[email protected]>
1 parent 649e268 commit 66c5c49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

design/mvp/Async.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ additional goals and requirements for native async support:
5858

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

0 commit comments

Comments
 (0)