Skip to content

Simplify wait_for_bootstrap to use a Mutex.

Nick Mathewson requested to merge nickm/arti:ticket_337 into main

Since the only purpose of this function is to make sure that no bootstrapping task is running, a simple futures::lock::Mutex should do the job just fine.

Closes #337 (closed).

Merge request reports