VISH  0.2
Classes
Threads

Abstraction interface to fire, handle and communicate with multiple threads. More...

Classes


Detailed Description

Abstraction interface to fire, handle and communicate with multiple threads.

The actual implementation of the threads is deferred to some implementation, which can be Windows threads, pthreads, QT threads or whatever.

This deferrentation of thread creation and handling is done via VThreadManager. Child objects of this class are provided by some VISH plugins. VThreadManager instances allow to fire VTask objects, which implement actual functionality to be executed in another thread.