From f94822ed85acd15b4db979ca1fa34d5cc6e74061 Mon Sep 17 00:00:00 2001 From: Luca Cominardi Date: Thu, 30 Nov 2023 14:22:58 +0100 Subject: [PATCH] Remove additional executor spawning --- zenoh/src/net/runtime/mod.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/zenoh/src/net/runtime/mod.rs b/zenoh/src/net/runtime/mod.rs index 92d369e998..5d5be81da9 100644 --- a/zenoh/src/net/runtime/mod.rs +++ b/zenoh/src/net/runtime/mod.rs @@ -83,8 +83,6 @@ impl Runtime { pub(crate) async fn init(config: Config) -> ZResult { log::debug!("Zenoh Rust API {}", GIT_VERSION); - // Make sure to have have enough threads spawned in the async futures executor - zasync_executor_init!(); let zid = *config.id();