Login
From:
thomask.sdf.org
(Uncensored)
subscribe
To block_on or await?
https://thomask.sdf.org/blog/2023/04/13/to-block_on-or-await.html
links
backlinks
Tagged with:
programming
Roast topics
Find topics
Find it!
A problemI recently faced a conundrum in some Rust at the boundary between sync and async code. The library in question uses a persistent tokio executor inte...