Closed sr-gi closed 2 years ago
Does std::process::exit
stop other spawned tokio threads?
Does
std::process::exit
stop other spawned tokio threads?
I've manually tested and looks like it does. std::process::exit terminates the current process, so I would assume so.
Any tACK? @booklearner @meryacine
Cannot make unit tests for this so manual testing would be appreviated
ah, TIL tACK = test ACK - sorry for the premature approval 😅
@booklearner np np, we're all learning here 😛
Given we cannot address #57 atm, lets at least make it so if the Tor thread fails it does so in a more user friendly way.