CXTask

From cxwiki

Revision as of 18:08, 26 February 2018 by Windwalkr (talk | contribs) (Created page with "<div class="mw-parser-output">The CXTask class provides a mechanism for applications to request regular updates in a non-threaded manner. The application derives from CXT...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The CXTask class provides a mechanism for applications to request regular updates in a non-threaded manner. The application derives from CXTask and provides a CXTask::Idle() override which is called once per task update. Each CXTask must be registered with a CXTaskHost in order to receive updates. Updates occur whenever the CXTaskHost::IdleTasks() function is called.
 

Main Thread Task Host

 
 

Background Thread Task Hosts

 
 

Additional Task Hosts