pub type RouterHandler = Box<dyn FnMut(OpaqueIpcMessage) + Send>;
Expand description

Function to call when a new event is received from the corresponding receiver.