riker-rs / riker

Easily build efficient, highly concurrent and resilient applications. An Actor Framework for Rust.
https://riker.rs
MIT License
1.01k stars 71 forks source link

Feat/messages with generics #155

Closed elenaf9 closed 3 years ago

elenaf9 commented 3 years ago

Issue #154 Allow message types with generics in the actor proc macro.

hardliner66 commented 3 years ago

Could you rebase your branch with master before you commit? This way the clippy tests will not fail anymore.

leenozara commented 3 years ago

@elenaf9 This is a very nice addition and is greatly appreciated. I'll prepare the next version to be published. @hardliner66 Thanks for the review.

hardliner66 commented 3 years ago

@leenozara Before publishing a new version, please take into account that #154 was only partially fixed with this pull request, as there is still the handling of QSelf missing to support all cases. I'm going to create a separate issue to keep track of that.