예제 #1
0
파일: job.go 프로젝트: vozhyk-/gohan
//Stop stops work queue
func Stop(queue *job.Queue) {
	queue.Stop()
}