Remove passing callables - import and call them directly instead
Passing 'set_exception_thrown()' and 'can_continue_thread()' into more and more nested dependent classes caused mess in the code and naming those callables differently. Now we're importing then from the 'signal' module and calling directly
Loading
Please sign in to comment