Function execute

Source
pub fn execute(config: Config) -> Result<Receiver<ProcessingUpdate>, Error>
Expand description

The entrypoint to this crate.

The Result contains a Receiver through which ProcessingUpdates will be sent. Dropping this Receiver will stop the processing as soon as possible.