|
|
|
|
|
by solar-ice
1470 days ago
|
|
As much as I agree, and it's a mess: you can very much use the tokio runtime's block_on function to do as little async as possible. Rust is in general a much nicer language, with lots of good tooling, when you pretend async stuff is blocking like that. |
|