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

Request: A way for Actors to delay sending a Message that they want to be sent in the future #70

Open
apsurek opened this issue Aug 5, 2021 · 0 comments

Comments

@apsurek
Copy link

apsurek commented Aug 5, 2021

The desired functionality would allow an Actor to create a Message to be sent after x seconds into the future, but instead of halting the processing of incoming Messages and accumulating them (such as the functionality of self.wakeupAfter()), the Actor would still be able to process messages and execute its own code during the period before when the message is sent.

Sufficient functionality would be for the Actor to only be able to send such Messages to itself, but ideally it would be able to send delayed Messages to arbitrary Actors in the system using their Address.

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

No branches or pull requests

1 participant