class_threading.h 592 B

123456789101112131415161718192021
  1. /////////////////////////////////////////////////////////////////////////////
  2. // Name: class_threading.h
  3. // Purpose: Threading classes group docs
  4. // Author: wxWidgets team
  5. // Licence: wxWindows licence
  6. /////////////////////////////////////////////////////////////////////////////
  7. /**
  8. @defgroup group_class_threading Threading
  9. @ingroup group_class
  10. wxWidgets provides a set of classes to make use of the native thread
  11. capabilities of the various platforms.
  12. Related Overviews: @ref overview_thread
  13. Related macros/global-functions group: @ref group_funcmacro_thread
  14. */