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
Once parsers are done the actual IO must be setup. I'll have to give this more thought, but making some traits for interfacing with the IO types is probably the way to go.
The text was updated successfully, but these errors were encountered:
Tokio uses Mio internally. If Mio is used looks like you gotta roll your own scheduler and IO.
Probably go with Tokio. But it's worth considering.
async-std seems to be falling our of use
smol doesn't look that active either
Glommio would be neat but seems overkill, and it's Linux-bound for the most part. If wanted to use would probably have to contribute the Windows ioring api ourselves.
Structured concurrency would be nice.
Niko has an experiment here but it's probably not ready for primetime.
Once parsers are done the actual IO must be setup. I'll have to give this more thought, but making some traits for interfacing with the IO types is probably the way to go.
The text was updated successfully, but these errors were encountered: