Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coro.Semaphore: fix deadlock #32

Merged
merged 1 commit into from
Nov 13, 2024
Merged

Conversation

YiraSan
Copy link
Contributor

@YiraSan YiraSan commented Nov 11, 2024

I've noticed that Semaphore is infinitely waiting for someone to unlock because the first locking case isn't implemented.
Which is making a deadlock alone by itself.

@YiraSan YiraSan changed the title coro.Semaphore: fix infinite waiting coro.Semaphore: fix virtual deadlock Nov 12, 2024
@YiraSan YiraSan changed the title coro.Semaphore: fix virtual deadlock coro.Semaphore: fix deadlock Nov 12, 2024
@Cloudef Cloudef merged commit 9c3873b into Cloudef:master Nov 13, 2024
2 checks passed
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