Open: the worker is running and accepting clauses.
| 46 | |
| 47 | // Open: the worker is running and accepting clauses. |
| 48 | type Open struct{} |
| 49 | |
| 50 | // Closing: wait() has been called; the worker is draining the remaining queue and |
| 51 | // will exit. No new clause is accepted. |
nothing calls this directly
no outgoing calls
no test coverage detected