lens0021@programming.dev to Rust@programming.dev · 1 day agoThe Abstract Wikipedia team has decided to rewrite the backend in Rustwww.wikifunctions.orgexternal-linkmessage-square5fedilinkarrow-up145arrow-down11
arrow-up144arrow-down1external-linkThe Abstract Wikipedia team has decided to rewrite the backend in Rustwww.wikifunctions.orglens0021@programming.dev to Rust@programming.dev · 1 day agomessage-square5fedilink
minus-squarefnrir@lemmy.blahaj.zonelinkfedilinkarrow-up1·14 hours agohttps://docs.rs/stop-thread/latest/stop_thread/fn.kill_thread_graceful.html
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up1·11 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