master
Chakib Benziane 5 years ago
parent 70c37ac411
commit 94cb8c3bad

@ -23,7 +23,7 @@ The `Manager` handles communication and synchronized shutdown procedure.
1. Create a unit manager 1. Create a unit manager
2. Implement the `WorkUnit` on your goroutines 2. Implement the `WorkUnit` on your goroutines
3. Add units to the manager 3. Add units to the manager
4. Start the manager and wait on it's `Quit` channel 4. Start the manager and wait on its `Quit` channel
```golang ```golang
import ( import (

Loading…
Cancel
Save