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

◆ thread_start

using xtd::threading::thread_start = typedef delegate<void()>

Represents the method that executes on a xtd::threading::thread.

delegate< void(arguments_t...)> action
Represents a xtd::delegate that has variable parameters and does not return a value.
Definition action.h:20
delegate< void()> thread_start
Represents the method that executes on a xtd::threading::thread.
Definition thread_start.h:24
Header
#include <xtd/threading/thread_start>
Namespace
xtd::threading
Library
xtd.core