6 ms·
> difficult to correctly use concurrency primitives, Rust async has a bad reputation in Rust circles, due to difficulties like deadlocks and poisoning (also re
by yoghurtwere 2mo ago
> difficult to correctly use concurrency primitives,
Rust async has a bad reputation in Rust circles, due to difficulties like deadlocks and poisoning (also regarding the messy panic system Rust has).
> Rite of passage for a Rust developer is creating a deadlock through an if-statement.