Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members

FXEX::FXNullThread Class Reference

A null thread implements the thread object API, without using OS threads. More...

#include <FXNullThread.h>

Inheritance diagram for FXEX::FXNullThread::

FXEX::FXRunnable FXEX::FXThreadedObject FXObject List of all members.

Detailed Description

A null thread implements the thread object API, without using OS threads.

The purpose is to allow the developer to develop using a thread-like environment without having to worry about concurrency issues.

It also provides a way for threads to be debugged...

Definition at line 37 of file FXNullThread.h.