LiamTheBox@lemmy.world to Greentext@sh.itjust.works · 1 year agoAnon tries programming in Javalemmy.worldexternal-linkmessage-square227linkfedilinkarrow-up11arrow-down10
arrow-up11arrow-down1external-linkAnon tries programming in Javalemmy.worldLiamTheBox@lemmy.world to Greentext@sh.itjust.works · 1 year agomessage-square227linkfedilink
minus-squareSorteKanin@feddit.dklinkfedilinkarrow-up0·1 year 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.