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

[actor shutdown] Context method + no-deliver state #71

Merged
merged 1 commit into from
Jul 2, 2023

Conversation

JohnMurray
Copy link
Owner

Summary

Adds an initial shutdown message to the actor context. This allows an actor to immediately shutdown (only callable from within the actor) and sets some state on the actor so that no new messages are received.

Motivation

Part of #29.

This is only a small subset of actor shutdown logic, see #29 for full details.

Test Plan

Still TBD. I'll see how this evolves as shutdown evolves over the course of implementing #29.

@JohnMurray JohnMurray added this to the 0.3.0 milestone Jul 2, 2023
@JohnMurray JohnMurray self-assigned this Jul 2, 2023
@JohnMurray JohnMurray merged commit ffe59f3 into main Jul 2, 2023
4 checks passed
@JohnMurray JohnMurray deleted the shutdown/no-deliver branch July 2, 2023 18:47
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.

None yet

1 participant