You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: