Skip to content

[neko] Implement semaphore using lock primitives - #13020

Merged
Simn merged 3 commits into
HaxeFoundation:developmentfrom
tobil4sk:neko-lock-semaphore
Aug 18, 2026
Merged

[neko] Implement semaphore using lock primitives#13020
Simn merged 3 commits into
HaxeFoundation:developmentfrom
tobil4sk:neko-lock-semaphore

Conversation

@tobil4sk

Copy link
Copy Markdown
Member

Rather than requiring a new set of primitives that are essentially equivalent, we can instead just implement the Semaphore using the lock primitives.

We only have to introduce one more primitive for this, which is a lock_create that sets an initial count: HaxeFoundation/neko#324.

@Simn
Simn merged commit 38a52ae into HaxeFoundation:development Aug 18, 2026
49 of 50 checks passed
@tobil4sk
tobil4sk deleted the neko-lock-semaphore branch August 18, 2026 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants