actor-framework icon indicating copy to clipboard operation
actor-framework copied to clipboard

Re-implement streams on top of the new flow API

Open Neverlord opened this issue 3 years ago • 0 comments

Flows currently only work locally and can transfer data through asynchronous buffers. The new streams should complement the async buffers with a way that also works in a distributed environment.

Neverlord avatar May 11 '22 11:05 Neverlord