Skip to content

Commit ec21e29

Browse files
author
Devdutt Shenoi
authored
fix explain
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 3ad7b48 commit ec21e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ pub static QUERY_RUNTIME: Lazy<Runtime> =
6666
Lazy::new(|| Runtime::new().expect("Runtime should be constructible"));
6767

6868

69-
/// This function executes a query on the dedicated runtime, ensuring that the query is not isolated to a single CPU
70-
/// at a time and has access to the entire thread, enabling better concurrent processing, and thus quicker results.
69+
/// This function executes a query on the dedicated runtime, ensuring that the query is not isolated to a single thread/CPU
70+
/// at a time and has access to the entire thread pool, enabling better concurrent processing, and thus quicker results.
7171
pub async fn execute(
7272
query: Query,
7373
stream_name: &str,

0 commit comments

Comments
 (0)