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
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.
The text was updated successfully, but these errors were encountered:
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 providesaio.EventSource
and a method to check if it's complete or not. In theory this could be used to implementhttp_fetch
and such, the custom op itself could useaio.Dynamic
to implement it asynchronously.The text was updated successfully, but these errors were encountered: