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 5d5de61 commit 4f68862Copy full SHA for 4f68862
design/mvp/Async.md
@@ -453,6 +453,7 @@ features will be added in future chunks to complete "async" in Preview 3:
453
no longer wanted and to please wrap it up promptly
454
* allow "tail-calling" a subtask so that the current wasm instance can be torn
455
down eagerly
456
+* allow pipelining `stream.read`/`write` calls/buffers
457
* `task.index`+`task.wake`: allow tasks in the same instance to wait on and
458
wake each other (async condvar-style)
459
* `nonblocking` function type attribute: allow a function to declare in its
0 commit comments