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

dispatch to available children only. #268

Merged
merged 6 commits into from
Aug 20, 2020

Conversation

o0Ignition0o
Copy link
Contributor

Checklist
  • tests are passing with cargo test.
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message is clear

@o0Ignition0o o0Ignition0o requested a review from Relrin August 20, 2020 14:56
@o0Ignition0o o0Ignition0o requested a review from Relrin August 20, 2020 16:15
@o0Ignition0o o0Ignition0o merged commit 6a9f11e into master Aug 20, 2020
@o0Ignition0o o0Ignition0o deleted the igni/round_robin_dispatcher_fix branch August 20, 2020 16:50
Relrin added a commit that referenced this pull request Oct 25, 2020
* dispatch to available children only. (#268)

* Fix RestartStrategy::timeout < 1s (#265)

* Renamed ActorStateData struct to Context

* Extended available states for Actor

* Added methods for additional states

* Added removed state

* Added definition module

* Added Definition struct

* Removed unsafe Send and Sync implementation for MailboxTx

* Added docstrings for Mailbox<T>

* Added tests for the Definition struct

* Added presaving messages

* Removed excessive imports

* Added methods for getting latest message

* Removed reference for the returned envelope

* Code review changes

Co-authored-by: Jeremy Lempereur <[email protected]>
Co-authored-by: nicolaiunrein <[email protected]>
o0Ignition0o pushed a commit that referenced this pull request Apr 14, 2021
* dispatch to available children only. (#268)

* Fix RestartStrategy::timeout < 1s (#265)

* Renamed ActorStateData struct to Context

* Extended available states for Actor

* Added methods for additional states

* Added removed state

* Added definition module

* Added Definition struct

* Removed unsafe Send and Sync implementation for MailboxTx

* Added docstrings for Mailbox<T>

* Added tests for the Definition struct

* Added presaving messages

* Removed excessive imports

* Added methods for getting latest message

* Removed reference for the returned envelope

* Code review changes
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.

2 participants