SetMaxWorkers updates the maximum number of workers. 0 means unlimited.
(n int)
| 84 | |
| 85 | // SetMaxWorkers updates the maximum number of workers. 0 means unlimited. |
| 86 | SetMaxWorkers(n int) |
| 87 | |
| 88 | // ShutdownAll stops all workers gracefully. |
| 89 | ShutdownAll() |
no outgoing calls
no test coverage detected