]>
Commit | Line | Data |
---|---|---|
6e7f563b BP |
1 | ///////////////////////////////////////////////////////////////////////////// |
2 | // Name: class_threading.h | |
3 | // Purpose: Threading classes group docs | |
4 | // Author: wxWidgets team | |
526954c5 | 5 | // Licence: wxWindows licence |
6e7f563b BP |
6 | ///////////////////////////////////////////////////////////////////////////// |
7 | ||
8 | /** | |
9 | ||
10 | @defgroup group_class_threading Threading | |
11 | @ingroup group_class | |
12 | ||
13 | wxWidgets provides a set of classes to make use of the native thread | |
14 | capabilities of the various platforms. | |
15 | ||
16 | Related Overviews: @ref overview_thread | |
17 | ||
dbbca9fd FM |
18 | Related macros/global-functions group: @ref group_funcmacro_thread |
19 | ||
6e7f563b BP |
20 | */ |
21 |