-
Notifications
You must be signed in to change notification settings - Fork 353
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
Expose is_set #99
Expose is_set #99
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Makes sense to me to have it publicly available. Left a suggestion for the doc.
Also, could you update the actix-rt/CHANGES.md?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
@Jonathas-Conceicao On some repositories (actix, actix-net, actix-web), merge should be done with care. And I didn't review this yet... |
@JohnTitor not sure what I did wrong here. But I will start to wait on your review before merging in the future. |
@Jonathas-Conceicao Don't have to wait though, but you could ping me when API is changed, it'd be great! Otherwise, I may miss the change :) |
In a situation I need check if there's a currently running actix system, but not panic when there isn't. This pub crate function just works and seems not dangerous to expose it.