Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Problem** Previous example depended on the manager having been started via `Run` or `RunWithContext`. This kicks off goroutines that result in data races and flaky builds. **Solution** Manually add the `mgr.Pool` in inline test example to avoid requiring a call to `mgr.Run*` and the resulting data races.
- Loading branch information