pub fn execute(config: Config) -> Result<Receiver<ProcessingUpdate>, Error>
Expand description
The entrypoint to this crate.
The Result
contains a Receiver
through which ProcessingUpdate
s will be sent. Dropping this Receiver
will stop the processing as soon as possible.