using xtd::threading::parameterized_thread_start = typedef delegate<void(std::any)> |
Represents the method that executes on a xtd::threading::thread.
obj | An 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 |