Commit 2a9b9ae7 authored by Vladimir Barsukov's avatar Vladimir Barsukov
Browse files

fix

parent 5dddf644
...@@ -29,6 +29,8 @@ func (q *ZQuit) Done() { ...@@ -29,6 +29,8 @@ func (q *ZQuit) Done() {
} }
func (q *ZQuit) Wait() { func (q *ZQuit) Wait() {
q.Shutdown()
q.wg.Wait() q.wg.Wait()
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment