PenguinCoder@beehaw.org to Technology@beehaw.orgEnglish · 1 year agoConcurrency models of Rust and Golangkerkour.comexternal-linkmessage-square4fedilinkarrow-up117arrow-down10
arrow-up117arrow-down1external-linkConcurrency models of Rust and Golangkerkour.comPenguinCoder@beehaw.org to Technology@beehaw.orgEnglish · 1 year agomessage-square4fedilink
minus-squareRadiant_sir_radiant@beehaw.orglinkfedilinkarrow-up4·edit-21 year 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.