You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some of the operations (cimping, explorer, sweep) are multithreaded, creating many threads to accomplish there tasks more rapidly. Normally a Cntrl_C should immediatly terminate the operation.
However, it does not since we are not passing the kill information on to each thread but depending on the thread to terminate. This works fairly well in most cases except for the sweep where a very large sweep does not die for some time after a ctrl_c, depending on the range of the sweep.
The text was updated successfully, but these errors were encountered:
Some of the operations (cimping, explorer, sweep) are multithreaded, creating many threads to accomplish there tasks more rapidly. Normally a Cntrl_C should immediatly terminate the operation.
However, it does not since we are not passing the kill information on to each thread but depending on the thread to terminate. This works fairly well in most cases except for the sweep where a very large sweep does not die for some time after a ctrl_c, depending on the range of the sweep.
The text was updated successfully, but these errors were encountered: