mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
wait for threads to complete
This commit is contained in:
@@ -66,4 +66,7 @@ func main() {
|
||||
panicErr(err)
|
||||
os.Exit(1)
|
||||
}
|
||||
if threadCount > 0 {
|
||||
<-threadChan
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user