Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

async/await #8

Open
nwoeanhinnogaehr opened this issue Jul 1, 2018 · 0 comments
Open

async/await #8

nwoeanhinnogaehr opened this issue Jul 1, 2018 · 0 comments

Comments

@nwoeanhinnogaehr
Copy link
Owner

Using Future combinators can be quite unwieldy (see audio io for example) so writing modules is currently awkward. Data must be moved between processing stages explicitly in the current model. Async/await should improve this.

Ideally I think the module could be polled repeatedly until it is closed, in contrast to how the module is currently polled infinitely by the executor until it decides to stop itself. Maybe some kind of custom executor could handle that.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant