Update JoinHandle as well

This commit is contained in:
Daniel Salinas
2025-06-11 13:12:02 -04:00
committed by Ivan Enderlin
parent 5b20136a50
commit 85833c74ba

View File

@@ -1,4 +1,4 @@
use tokio::task::JoinHandle;
use matrix_sdk_common::executor::JoinHandle;
use tracing::debug;
/// A task handle is a way to keep the handle a task running by itself in