-
-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
Description
It might be possible to provide custom operations from outside, and for aio itself to implement backend agnostic complex operations as well.
In theory all this needs is a struct that provides aio.EventSource and a method to check if it's complete or not. In theory this could be used to implement http_fetch and such, the custom op itself could use aio.Dynamic to implement it asynchronously.
Reactions are currently unavailable