Skip to content

Commit

Permalink
workerpool fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zelenin committed Nov 2, 2021
1 parent 964e3b3 commit 95db06f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/datasheet-converter.go
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ func main() {
id++
addTask(id, file)
}

pool.Wait()
}

func addTask(id int64, file *datasheet.DataSheetFile) {
Expand Down

0 comments on commit 95db06f

Please sign in to comment.