From 3fc26eb03b553db1cf38ca85e2c796e2c99fbb51 Mon Sep 17 00:00:00 2001 From: Omar Date: Tue, 15 Jul 2025 13:22:15 +0300 Subject: [PATCH] Update crates/node-interaction/src/blocking_executor.rs Co-authored-by: xermicus --- crates/node-interaction/src/blocking_executor.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/node-interaction/src/blocking_executor.rs b/crates/node-interaction/src/blocking_executor.rs index 3af7a4a..0f58aa1 100644 --- a/crates/node-interaction/src/blocking_executor.rs +++ b/crates/node-interaction/src/blocking_executor.rs @@ -140,6 +140,7 @@ impl BlockingExecutor { } } } + /// Represents the state of the async runtime. This runtime is designed to be a singleton runtime /// which means that in the current running program there's just a single thread that has an async /// runtime.