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

implement From<#ty> for actor message enum #162

Open elenaf9 opened 3 years ago

elenaf9 commented 3 years ago

Issue #161 Implement From<#ty> for the actor message enum in the actor macro. Enables constructing the actor message enum (ActorMsg) of an actor from the specific message types.