Skip to content

tor-circmgr: Make take_or_launch_stub_circuit future Send

Ian Jackson requested to merge Diziet/arti:send into main

thread_rng() isn't Send. We can fix this by not holding it over an await point.

Merge request reports