Jaromil@fed.dyne.org to Programmer Humor@lemmy.ml · 3 months agoHexed by asyncfed.dyne.orgimagemessage-square2fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageHexed by asyncfed.dyne.orgJaromil@fed.dyne.org to Programmer Humor@lemmy.ml · 3 months agomessage-square2fedilink
minus-squarepimeys@lemmy.nauk.iolinkfedilinkarrow-up1·3 months 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