-
Notifications
You must be signed in to change notification settings - Fork 61
How to create a thread ?
Gammasoft edited this page Nov 13, 2023
·
22 revisions
| xtd | News | Gallery | Examples | Downloads | Documentation | Wiki | Support | Sources | Project | Gammasoft |
There are many method to create a simple thread with xtd.
The usual first method is to create an instance of the xtd::threading::thread class and associate a delegate with it to run in the thread. You can start, join, detach, control the thread priority, get and set properties and manage the created thread.
You can of course use std::thread or any other third-party thread library.
© 2024 Gammasoft.