We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 649e268 commit 66c5c49Copy full SHA for 66c5c49
design/mvp/Async.md
@@ -58,8 +58,8 @@ additional goals and requirements for native async support:
58
59
Based on the above goals, the Component Model's approach to native async starts
60
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:
+over, and can be implemented by, idiomatic concurrency in a variety of
+programming languages:
63
* `async` functions in languages like C#, JS, Python, Rust and Swift
64
(implemented using [`callback` functions](#waiting))
65
* stackful coroutines in languages like Kotlin, Perl, PHP and (recently) C++
0 commit comments