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
In addition to the platform support stated above, swapping an async runtime it's easier said than done.
There are two main problems in swapping the runtime:
The impact on performance and scalability that goes beyond the networking stack but also involves all the synchronisation primitives(e.g. Mutex, RwLock, Channel) and timing behaviour (e.g. sleep granularity)
The availability for monoio of all the libraries being used
Describe the feature
https://github.com/bytedance/monoio
for faster performance
The text was updated successfully, but these errors were encountered: