pub type RouterHandler = Box<dyn FnMut(OpaqueIpcMessage) + Send>;
Function to call when a new event is received from the corresponding receiver.
struct RouterHandler(/* private fields */);