Skip to content

Commit

Permalink
Remove additional executor spawning
Browse files Browse the repository at this point in the history
  • Loading branch information
Mallets committed Nov 30, 2023
1 parent 7fa7d6c commit f94822e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions zenoh/src/net/runtime/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,6 @@ impl Runtime {

pub(crate) async fn init(config: Config) -> ZResult<Runtime> {
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();

Expand Down

0 comments on commit f94822e

Please sign in to comment.