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

◆ parameterized_thread_start

using xtd::threading::parameterized_thread_start = typedef delegate<void(std::any)>

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

Parameters
objAn object that contains data for the thread procedure.
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(std::any)> parameterized_thread_start
Represents the method that executes on a xtd::threading::thread.
Definition parameterized_thread_start.h:26
Header
#include <xtd/threading/parameterized_thread_start>
Namespace
xtd::threading
Library
xtd.core