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

Implement Actor trait for Futures that return () #166

Closed
wants to merge 2 commits into from

Conversation

Thomasdezeeuw
Copy link
Owner

@Thomasdezeeuw Thomasdezeeuw commented Feb 23, 2019

Closes #164.

@Thomasdezeeuw Thomasdezeeuw added the idea An idea, open to discussion. label Mar 2, 2019
/// https://github.com/rust-lang/rfcs/pull/1672, or something like it is
/// implemented.
#[doc(hidden)]
pub trait IntoResult: Private {
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the trait should be named ActorResult and should be public.

@Thomasdezeeuw
Copy link
Owner Author

Not currently doing this.

@Thomasdezeeuw Thomasdezeeuw deleted the actor-no-result branch April 24, 2019 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
idea An idea, open to discussion.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement Actor for async function without result
1 participant