Skip to content

Commit 4f68862

Browse files
committed
Add 'stream' type
1 parent 5d5de61 commit 4f68862

File tree

3 files changed

+313
-55
lines changed

3 files changed

+313
-55
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)