pub type WorkerThread = Box<dyn FnOnce(AxonServerHandle, WorkerControl) -> Pin<Box<dyn Future<Output = ()> + Send>> + Sync>;

Aliased Type§

struct WorkerThread(/* private fields */);