xtra
xtra copied to clipboard
The example code in README is outdated
let addr = xtra::spawn_tokio(Printer::default(), None);
Type mismatch [E0308] expected (Address<Printer>, Mailbox<Printer>), but found Option<_>
Darn, yeah that one is not CI tested. I recommend looking at the actual examples: https://github.com/Restioson/xtra/tree/master/xtra/examples
PRs welcome to fix the README! :)