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
.
using
thread_start
=
xtd::action<>
xtd::action
delegate< void(arguments_t...)> action
Represents a xtd::delegate that has variable parameters and does not return a value.
Definition
action.h:20
xtd::threading::thread_start
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
xtd
threading
Generated on Sat Sep 14 2024 21:25:31 for xtd by
Gammasoft
. All rights reserved.