Project 'picodata/picodata/tarantool-module' was moved to 'core/tarantool-module'. Please update any links and bookmarks that may still have the old path.
cbus::Message::new is missing Send bound on callback
Since callback is executed in different thread it must implement Send. Otherwise you can easily cause havoc by passing thread unsafe primitives like Rc.
cc @k.derevtsov, I'm assigning this to you, but let me know if you need any help with that. Please mention me in MR when you'll make a patch