xtd 0.2.0
Loading...
Searching...
No Matches

◆ start_new() [1/2]

static thread xtd::threading::thread::start_new ( const xtd::threading::thread_start start)
static

Create and immedialtely start a xtd::threading::thread with specified method.

Parameters
startA delegate that represents the methods to be invoked when this thread begins executing.
Exceptions
xtd::argument_exceptionThe start parameter is empty.