lens0021@programming.dev to Rust@programming.dev · 18 days 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 · 18 days agomessage-square6linkfedilink
minus-squarefnrir@lemmy.blahaj.zonelinkfedilinkarrow-up1·18 days agohttps://docs.rs/stop-thread/latest/stop_thread/fn.kill_thread_graceful.html
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up1·18 days 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