Skip to content

Commit

Permalink
fix: wait scheduler to finish in complex-http-crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
WangYihang committed Feb 1, 2024
1 parent 0e56bf6 commit ca9dd1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/complex-http-crawler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ func main() {
scheduler.Submit(model.New(string(line)))
}
scheduler.Start()
scheduler.Wait()
}

0 comments on commit ca9dd1f

Please sign in to comment.