Start will start the pool manager and all associated workers.
()
| 72 | |
| 73 | // Start will start the pool manager and all associated workers. |
| 74 | Start() error |
| 75 | // Stop will stop the pool manager and all associated workers. |
| 76 | Stop() error |
| 77 | // Status will return the current status of the pool manager. |
no outgoing calls
no test coverage detected