Skip to content

v0.2.3

Compare
Choose a tag to compare
@rapidclock rapidclock released this 01 May 06:32
· 10 commits to master since this release
e92d9b5
changed async example to use spawn_blocking

The correct way to call blocking code in tokio is through the spawn_blocking mechanism to prevent all threads from being exhausted to perform async operations. See below for details.
look [here](https://users.rust-lang.org/t/nano-get-minimalistic-http-s-get-crate/37264/2?u=rapidclock)