gembin
gembin
This should work? (not tested) ``` impl Handler for McActor { type Result = ResponseActFuture; fn handle(&mut self, msg: DbOperations, _ctx: &mut Self::Context) -> Self::Result { Box::pin( // ... async...
Awesome framework! I'm new to spin, in my opinion isn't multiple handlers per component a common requirement regardless the limitation of wasm? Some rough ideas, maybe I'm wrong. It should...
Thanks for the thorough explanation! I agree it will certainly add complexity. I will take a look at the async branch, thanks!