Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The line `worker(counter++)` passed the previous state of the counter, I mean befor increment. So it is the same like `worker(0); couner = counter + 1`
- Loading branch information