lens0021@programming.dev to Rust@programming.dev · 21 hours agoThe Abstract Wikipedia team has decided to rewrite the backend in Rustwww.wikifunctions.orgexternal-linkmessage-square4fedilinkarrow-up137arrow-down11
arrow-up136arrow-down1external-linkThe Abstract Wikipedia team has decided to rewrite the backend in Rustwww.wikifunctions.orglens0021@programming.dev to Rust@programming.dev · 21 hours agomessage-square4fedilink
minus-squarefnrir@lemmy.blahaj.zonelinkfedilinkarrow-up1·9 hours agohttps://docs.rs/stop-thread/latest/stop_thread/fn.kill_thread_graceful.html
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up1·6 hours ago Available on Unix only. Only kills the thread if it has enabled cancellation I mean, they will probably set it up correctly to be able to use it
https://docs.rs/stop-thread/latest/stop_thread/fn.kill_thread_graceful.html
I mean, they will probably set it up correctly to be able to use it