KernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 3 days agoLearning to program in rustprogramming.devvideomessage-square50linkfedilinkarrow-up1315arrow-down13
arrow-up1312arrow-down1videoLearning to program in rustprogramming.devKernelPanic@programming.dev to Programmer Humor@programming.devEnglish · 3 days agomessage-square50linkfedilink
minus-squarePlexSheep@infosec.publinkfedilinkarrow-up1·2 days agoOh, I did not know that. Well, it makes sense that it has a heap allocation, as it becomes more or less global. Though not sure why the atomic operations are needed when the value inside is immutable.
minus-squareMiaou@jlai.lulinkfedilinkarrow-up1·1 day agoHow can you otherwise keep track of an object’s lifetime if copies are made concurrently?
Oh, I did not know that. Well, it makes sense that it has a heap allocation, as it becomes more or less global. Though not sure why the atomic operations are needed when the value inside is immutable.
How can you otherwise keep track of an object’s lifetime if copies are made concurrently?