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.