Hi, I stumbled across this crate from my GitHub timeline, interesting repo!
When I read the README, my first thought was that my previous solution to this problem was to use tokio::task::spawn_blocking. I was wondering if there are any differences or advantages to this crate over it? Thanks!
Hi, I stumbled across this crate from my GitHub timeline, interesting repo!
When I read the README, my first thought was that my previous solution to this problem was to use
tokio::task::spawn_blocking. I was wondering if there are any differences or advantages to this crate over it? Thanks!