Skip to content

Commit 9135ca0

Browse files
committed
Pool manager thread documentation
1 parent d9785cc commit 9135ca0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/task/blocking.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ lazy_static! {
5555
.expect("cannot start a thread driving blocking tasks");
5656
}
5757

58+
// Pool manager to check frequency of task rates
59+
// and take action by scaling the pool accordingly.
5860
thread::Builder::new()
5961
.name("async-pool-manager".to_string())
6062
.spawn(|| abort_on_panic(|| {

0 commit comments

Comments
 (0)