0x0@lemmy.zip to Programmer Humor@programming.dev · 13 天前race conditionslemmy.zipimagemessage-square87fedilinkarrow-up1872arrow-down125
arrow-up1847arrow-down1imagerace conditionslemmy.zip0x0@lemmy.zip to Programmer Humor@programming.dev · 13 天前message-square87fedilink
minus-squareEphera@lemmy.mllinkfedilinkEnglisharrow-up8·13 天前Those also happen to be errors you’d typically run into, if you don’t yet really know Rust…
minus-squared_k_bo@feddit.orgcakelinkfedilinkarrow-up2·edit-213 天前I do run into them even though I use Rust for ~3 years now, but only in non-obvious cases, e. g. when all references to the borrowed data are dropped before the end of the function.
Those also happen to be errors you’d typically run into, if you don’t yet really know Rust…
I do run into them even though I use Rust for ~3 years now, but only in non-obvious cases, e. g. when all references to the borrowed data are dropped before the end of the function.