这玩意真没啥用
This commit is contained in:
parent
3675e8ec5d
commit
21dc6b1726
@ -91,12 +91,6 @@ async fn main() -> anyhow::Result<()> {
|
||||
|
||||
if !works.is_empty() {
|
||||
let (result, index, remain) = select_all(works).await;
|
||||
event!(
|
||||
Level::INFO,
|
||||
"worker {} finish with result: {:?}",
|
||||
index,
|
||||
result
|
||||
);
|
||||
works = remain;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user