pub type ThreadRunAsync = Box<dyn for<'a> RunAsync<'a> + Send>;
pub struct ThreadRunAsync(/* private fields */);