-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implementation of typed two-parted scheduler #592
Conversation
…etionMessage and TriggerWithIdMessage
Enhanced tests for lock mechanism
Also increasing test coverage
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.
Thanks for your work especially for keeping ScalaDoc updated here as well. I mainly would like to double check if the todos are for the upcoming work - I least I guess so - and have some little questions.
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, thanks :)
Resolves #378
Some notes:
The new scheduler only stores one activation for an actor at a time.
This also means that trigger revocation happens automatically.
Adjacent changes are the following:
This is another step to move the scheduling mechanism in SIMONA more towards DEVS. There's more to come.