Comment on Concurrency models of Rust and Golang
Radiant_sir_radiant@beehaw.org 5 months agoIt’s a rant opinion piece about the caveats of mixing async and sync functions, and divides code into ‘red’ (async) and ‘blue’ (sync) functions to explain the various problems associated with it.