Struct fisher_processor::Processor [] [src]

pub struct Processor<S: ScriptsRepositoryTrait + 'static> { /* fields omitted */ }

This struct allows you to spawn a new processor, stop it and get its ProcessorApi.

Methods

impl<S: ScriptsRepositoryTrait> Processor<S>
[src]

Create a new processor with the provided configuration. The returned struct allows you to control it.

Stop this processor, and return only when the processor is stopped.

Get a struct allowing you to control the processor.

Trait Implementations

impl<S: Debug + ScriptsRepositoryTrait + 'static> Debug for Processor<S>
[src]

Formats the value using the given formatter.