Type Alias Callback

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

After thread starts / before thread stops

Aliased Typeยง

struct Callback { /* private fields */ }