I’m talking about the text in the “The problem with async” section in the article you linked in the OP.
Comment on Concurrency models of Rust and Golang
Penguincoder@beehaw.org 5 months agostop referring to the “what color is your function”
I am not sure what you mean.
2xsaiko@discuss.tchncs.de 5 months ago
Radiant_sir_radiant@beehaw.org 5 months ago
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.