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