golang-queue/queue

Check worker count before start request task.

appleboy opened this issue · 0 comments

	// define the queue
	q := queue.NewPool(
		0,
		queue.WithWorker(w),
	)