PenguinCoder@beehaw.org to Technology@beehaw.orgEnglish · 5 months agoConcurrency models of Rust and Golangkerkour.comexternal-linkmessage-square4fedilinkarrow-up120arrow-down10
arrow-up120arrow-down1external-linkConcurrency models of Rust and Golangkerkour.comPenguinCoder@beehaw.org to Technology@beehaw.orgEnglish · 5 months agomessage-square4fedilink
minus-squareRadiant_sir_radiant@beehaw.orglinkfedilinkarrow-up4·edit-24 months agoWhat color is your function? It’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.
What color is your function?
It’s a
rantopinion 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.