Jaromil@fed.dyne.org to Programmer Humor@lemmy.ml · 2 years agoHexed by asyncfed.dyne.orgimagemessage-square3linkfedilinkarrow-up14arrow-down10
arrow-up14arrow-down1imageHexed by asyncfed.dyne.orgJaromil@fed.dyne.org to Programmer Humor@lemmy.ml · 2 years agomessage-square3linkfedilink
minus-squarepimeys@lemmy.nauk.iolinkfedilinkarrow-up1·2 years agoThat’s why you write your protocol as a sync library, then implement the async IO separately and mapping the data over the protocol modules.
That’s why you write your protocol as a sync library, then implement the async IO separately and mapping the data over the protocol modules.
I… Don’t know what this means