diff options
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md index 3028870..79efb08 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,8 @@ too.): - `$NQDIR` (respectively `.`) is writable. - `flock(2)` works in `$NQDIR` (respectively `.`). - `gettimeofday` behaves monotonic (using `CLOCK_MONOTONIC` would - create confusing file names). + create confusing file names). Else job order can be confused and + multiple tasks can run at once due to race conditions. - No other programs put files matching `,*` into `$NQDIR` (respectively `.`). ## nq helpers |