pub type ServerTaskFactory<S> = Box<dyn FnOnce(Arc<Mutex<S>>) -> ServerTask + Send>;
pub struct ServerTaskFactory<S>(/* private fields */);