Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use procs() when initializing EAGER_CONTEXT
Using `myid()` with `workers()` meant that when the context was initialized with a single worker the processor list would be: `[OSProc(1), OSProc(1)]`. `procs()` will always include PID 1 and any other workers, which is what we want.
- Loading branch information