pub fn init(config: LibConfig) -> Receiver<EmitEvent>
Function to be called once your app is starting to init this lib. This will start the workers and return a Receiver to forward outgoing events.
Receiver