lens0021@programming.dev to Rust@programming.dev · 3 months agoThe Abstract Wikipedia team has decided to rewrite the backend in Rustwww.wikifunctions.orgexternal-linkmessage-square6linkfedilinkarrow-up159arrow-down11
arrow-up158arrow-down1external-linkThe Abstract Wikipedia team has decided to rewrite the backend in Rustwww.wikifunctions.orglens0021@programming.dev to Rust@programming.dev · 3 months agomessage-square6linkfedilink
minus-squarefnrir@lemmy.blahaj.zonelinkfedilinkarrow-up2·3 months agohttps://docs.rs/stop-thread/latest/stop_thread/fn.kill_thread_graceful.html
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up2·3 months 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