Struct rabble::Executor [] [src]

pub struct Executor<T> { /* fields omitted */ }

Methods

impl<'de, T: Serialize + Deserialize<'de> + Send + Debug + Clone> Executor<T>
[src]

Run the executor

This call blocks the current thread indefinitely.