LiamTheBox@lemmy.world to Greentext@sh.itjust.works · 2 days agoAnon tries programming in Javalemmy.worldimagemessage-square238fedilinkarrow-up1831arrow-down133
arrow-up1798arrow-down1imageAnon tries programming in Javalemmy.worldLiamTheBox@lemmy.world to Greentext@sh.itjust.works · 2 days agomessage-square238fedilink
minus-squareSorteKanin@feddit.dklinkfedilinkarrow-up2·1 day ago interfaces with external IO How would you run into a race condition like this with safe Rust? You can’t share mutable file handles between threads for example. I’m not sure you’re correct in saying its still possible. Even if it is, it doesn’t sound easy.
How would you run into a race condition like this with safe Rust? You can’t share mutable file handles between threads for example. I’m not sure you’re correct in saying its still possible. Even if it is, it doesn’t sound easy.