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's another async runtime but compatible with tokio and async-std, also it's faster than async-std and tokio (I don't have a figure to prove but people tend to agree on this).
Besides we will be able to target wasm because it doesn't rely on mio.
I suggest then switch to it when it's ready and remove totally the two features:
async-std
tokio
The text was updated successfully, but these errors were encountered:
It's another async runtime but compatible with tokio and async-std, also it's faster than async-std and tokio (I don't have a figure to prove but people tend to agree on this).
Besides we will be able to target wasm because it doesn't rely on mio.
I suggest then switch to it when it's ready and remove totally the two features:
async-std
tokio
Sounds really good. We can give it a try when it's ready.
https://github.com/stjepang/smol is really cool.
It's another async runtime but compatible with tokio and async-std, also it's faster than async-std and tokio (I don't have a figure to prove but people tend to agree on this).
Besides we will be able to target
wasm
because it doesn't rely onmio
.I suggest then switch to it when it's ready and remove totally the two features:
async-std
tokio
The text was updated successfully, but these errors were encountered: