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

Use ActorFuture in runtime #540

Closed
Thomasdezeeuw opened this issue Mar 27, 2022 · 4 comments · Fixed by #577
Closed

Use ActorFuture in runtime #540

Thomasdezeeuw opened this issue Mar 27, 2022 · 4 comments · Fixed by #577
Labels
blocked Issue is current blocked.

Comments

@Thomasdezeeuw
Copy link
Owner

Use ActorFuture in rt::process, possibly removing rt::process completely.

@Thomasdezeeuw Thomasdezeeuw mentioned this issue Mar 27, 2022
3 tasks
@Thomasdezeeuw
Copy link
Owner Author

Thomasdezeeuw commented Apr 1, 2022

Do the same for spawn_sync_actor from #541.

@Thomasdezeeuw
Copy link
Owner Author

Could use the recently stabilised thread::JoinHandle::is_finished for the control of the sync actor.

@Thomasdezeeuw
Copy link
Owner Author

Similar issue for the sync actor utilities: #571.

@Thomasdezeeuw
Copy link
Owner Author

This is hard to do at the moment because we require a setup function for a number of actors. If we can change/remove move we can revisit this.

@Thomasdezeeuw Thomasdezeeuw added the blocked Issue is current blocked. label Mar 4, 2023
@Thomasdezeeuw Thomasdezeeuw mentioned this issue Apr 18, 2023
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Issue is current blocked.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant