Type Alias tokio::runtime::Callback

source ·
type Callback = Arc<dyn Fn() + Send + Sync>;
Expand description

After thread starts / before thread stops

Aliased Type§

struct Callback { /* private fields */ }