smol-rs / async-compat

Compatibility adapter between tokio and futures
Apache License 2.0
156 stars 12 forks source link

Update README.md #14

Open jon-chuang opened 2 years ago

inevity commented 2 years ago

Can we compat tokio::spawn same as the AsyncRead way. Then in the comap future, tokio::spawn.compat() will auto convert to use containging runtime's spawn?