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

Add name function to SyncActor trait #576

Closed
Thomasdezeeuw opened this issue Mar 4, 2023 · 1 comment · Fixed by #590
Closed

Add name function to SyncActor trait #576

Thomasdezeeuw opened this issue Mar 4, 2023 · 1 comment · Fixed by #590

Comments

@Thomasdezeeuw
Copy link
Owner

The implementation from the Actor trait can't be reused because we need to convert the type into a function pointer, so the type name will be something along the lines of fn(SyncContext<M>, ...) which is pretty much useless.

@Thomasdezeeuw
Copy link
Owner Author

Maybe we can revisit this with actor_fn (see #584).

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 a pull request may close this issue.

1 participant