std::thread

create

macro void? Thread.create(&thread, ThreadFn thread_fn, void* arg)
Create and start a thread.

Parameters