dukk@programming.dev to Programmer Humor@programming.devEnglish · 2 years agoBorrow Checkerprogramming.devimagemessage-square13fedilinkarrow-up1156
arrow-up1156imageBorrow Checkerprogramming.devdukk@programming.dev to Programmer Humor@programming.devEnglish · 2 years agomessage-square13fedilink
minus-squarelavafroth@programming.devlinkfedilinkEnglisharrow-up2·edit-22 years agoOr an Arc<Mutex<T>> if dealing with threads.
Or an
Arc<Mutex<T>>
if dealing with threads.