amphp / sync

Non-blocking synchronization primitives for PHP based on Amp and Revolt.

Home Page:https://amphp.org/sync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Use IPC_PRIVATE for PosixSemaphore

kelunik opened this issue · comments

There shouldn't be a key.

IPC_PRIVATE isn't exposed, or rather the ID of the queue then. :-(

We'll use a different approach using random ID + increments in #21.