Skip to content

Draft: Bug 40004: Convert tl-protocol to async.

Matthew Finkel requested to merge sysrqb/tor-launcher:bug_40004_00 into master

We resolve the issue of deadlocks within Firefox, and other unknown bugs, during initialization by using asynchronous programming in the controller implementation. At the same time, we take advantage of torbutton's async 'controller' module instead of duplicating logic.

Closes #40004 (closed)

Merge request reports