Thread_start

Function Thread_start 

Source
pub unsafe extern "C" fn Thread_start(thread: Thread)
Expand description

Start a Thread.

This function invokes the start function of the thread. The thread terminates when the start function returns.

ยงArguments

  • thread - the Thread instance to start