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

feat: add ActorRef::wait_startup method #63

Merged
merged 1 commit into from
Oct 11, 2024
Merged

feat: add ActorRef::wait_startup method #63

merged 1 commit into from
Oct 11, 2024

Conversation

tqwewe
Copy link
Owner

@tqwewe tqwewe commented Oct 11, 2024

Closes #62

This adds the wait_startup method on ActorRef, which internally uses a Semaphore to synchronize actor startup with waiters.

@tqwewe tqwewe merged commit df1bfbf into main Oct 11, 2024
2 checks passed
@tqwewe tqwewe deleted the feat/wait_startup branch October 11, 2024 11:17
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.

[FEATURE] - Add .wait_startup method to actor ref
1 participant