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

feat!: add support for manual swarm operations #111

Merged
merged 6 commits into from
Jan 10, 2025
Merged

Conversation

tqwewe
Copy link
Owner

@tqwewe tqwewe commented Jan 7, 2025

Closes #109 and #88

Adds full control over the actor swarm and its behaviour by adding three new methods for bootstrapping:

  • ActorSwarm::bootstrap_with_behaviour for providing a custom behaviour.
  • ActorSwarm::bootstrap_with_swarm for providing a custom swarm.
  • ActorSwarm::bootstrap_manual for extremely manual processing of the actor swarm. (see examples/manual_swarm.rs)

@tqwewe tqwewe force-pushed the feat/manual-swarm branch from a00519b to aac85d2 Compare January 7, 2025 11:00
@tqwewe tqwewe marked this pull request as ready for review January 7, 2025 12:40
@tqwewe tqwewe self-assigned this Jan 7, 2025
@tqwewe tqwewe force-pushed the feat/manual-swarm branch from 19fddab to 80b6679 Compare January 10, 2025 13:49
@tqwewe tqwewe changed the title feat: add manual swarm support feat!: add manual swarm support Jan 10, 2025
@tqwewe tqwewe changed the title feat!: add manual swarm support feat!: add support for manual swarm operations Jan 10, 2025
@tqwewe tqwewe merged commit ae0a4df into main Jan 10, 2025
2 checks passed
@tqwewe tqwewe deleted the feat/manual-swarm branch January 10, 2025 14:02
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.

[FEATURE] - Swarm configuration should be user configurable
1 participant