Hacker News new | ask | show | jobs
by Jtsummers 1506 days ago
That quote presents exactly the confusion for GP. x ? y is described to mean both that x precedes y and that x and y are in parallel. It suggests that something got lost in translation here.

https://www.cprogramming.com/parallelism.html

Non-archive link: x < y (x precedes y) and x | y (x is parallel with y).