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 preparing an actor and running it outside a spawned task #69

Merged
merged 7 commits into from
Oct 21, 2024

Conversation

tqwewe
Copy link
Owner

@tqwewe tqwewe commented Oct 19, 2024

A new PreparedActor is returned from the kameo::actor::prepare(actor) function, which lets you run the actor locally in the current context, or spawned in a tokio task.

@tqwewe tqwewe merged commit eadf526 into main Oct 21, 2024
2 checks passed
@tqwewe tqwewe deleted the feat/prepared-actors branch October 21, 2024 05:53
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.

1 participant