mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
wip
This commit is contained in:
parent
814a3c5c93
commit
2dec4a93c1
@ -98,6 +98,10 @@ impl Idle {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if self.num_idle.load(Acquire) == 0 {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
// There aren't any searching workers. Try to initialize one
|
// There aren't any searching workers. Try to initialize one
|
||||||
if self
|
if self
|
||||||
.num_searching
|
.num_searching
|
||||||
|
Loading…
x
Reference in New Issue
Block a user