6 ms·
After reading Posthog's blog about their recent issue and fix regarding their use of Tokio + Rayon, I decided to write about it. Unrelated to Rust, but a commo
by pmbanugo 5mo ago
After reading Posthog's blog about their recent issue and fix regarding their use of Tokio + Rayon, I decided to write about it.
Unrelated to Rust, but a common problem I see with async/await as a primitive for concurrency.