ThreadSimpleFnPtr

Type Alias ThreadSimpleFnPtr 

Source
pub type ThreadSimpleFnPtr = dyn Fn() + Send + Sync + 'static;
Expand description

Simple thread function pointer type without parameters.

Used for basic thread functions that don’t need access to the thread handle or parameters.