merari42 to Programmer Humor@programming.dev · 5 months agoWishUnderflowimagemessage-square40linkfedilinkarrow-up1479arrow-down112
arrow-up1467arrow-down1imageWishUnderflowmerari42 to Programmer Humor@programming.dev · 5 months agomessage-square40linkfedilink
minus-squareKhanzaratelinkfedilinkarrow-up1·5 months 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.