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