Skip to content

Commit ea6ceec

Browse files
committed
Add 'stream' type
1 parent db8d72e commit ea6ceec

File tree

2 files changed

+231
-26
lines changed

2 files changed

+231
-26
lines changed

design/mvp/Async.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,7 @@ features will be added in future chunks to complete "async" in Preview 3:
453453
no longer wanted and to please wrap it up promptly
454454
* allow "tail-calling" a subtask so that the current wasm instance can be torn
455455
down eagerly
456+
* allow pipelining `stream.read`/`write` calls/buffers
456457
* `task.index`+`task.wake`: allow tasks in the same instance to wait on and
457458
wake each other (async condvar-style)
458459
* `nonblocking` function type attribute: allow a function to declare in its

0 commit comments

Comments
 (0)