Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8bc53c5 authored by Mike Yu's avatar Mike Yu Committed by Automerger Merge Worker
Browse files

Test: Await worker_thread before drop it am: 648f187b am: e1bba7d5

parents 6352b023 e1bba7d5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -143,6 +143,9 @@ impl DohFrontend {
            }

            worker_thread.abort();
            RUNTIME_STATIC.block_on(async {
                debug!("worker_thread result: {:?}", worker_thread.await);
            })
        }

        debug!("DohFrontend: stopped: {:?}", self);