merari42@lemmy.world to Programmer Humor@programming.dev · 1 month agoWishUnderflowlemmy.worldimagemessage-square38linkfedilinkarrow-up1430arrow-down19
arrow-up1421arrow-down1imageWishUnderflowlemmy.worldmerari42@lemmy.world to Programmer Humor@programming.dev · 1 month agomessage-square38linkfedilink
minus-squareKhanzarate@lemmy.worldlinkfedilinkarrow-up1·1 month agoNah theres just no process for undoing your submission. It doesn’t matter when it’s decremented if you can’t interrupt the process, anyway. In a code sense we pause for input, feed it to the wishmaker function, and pause until the thread returns, then decrement. We could decrement first, also, but neither violates the rules.
Nah theres just no process for undoing your submission.
It doesn’t matter when it’s decremented if you can’t interrupt the process, anyway.
In a code sense we pause for input, feed it to the wishmaker function, and pause until the thread returns, then decrement.
We could decrement first, also, but neither violates the rules.