예제 #1
0
파일: job.go 프로젝트: vozhyk-/gohan
//WaitQueue waits queue get empty
func WaitQueue(queue *job.Queue) {
	queue.Wait()
}