You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: