Comment on Go Analysis Framework: modular static analysis by go teamparentComments−yoghurtwere1modifficult 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.
Comments
Rust async has a bad reputation in Rust circles, due to difficulties like deadlocks and poisoning (also regarding the messy panic system Rust has).