Valkka  1.6.1
OpenSource Video Management
Classes | Enumerations
thread.h File Reference

Base class for multithreading. More...

#include "Python.h"
#include "framefifo.h"
Include dependency graph for thread.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ThreadContext
 An example of information context sent to the Thread inside Thread::SignalContext. More...
 
struct  SignalContext
 Encapsulates data sent by the signal. More...
 
class  Thread
 A class for multithreading with a signaling system. More...
 
class  TestProducerThread
 A demo thread for testing the producer/consumer module for fifos. More...
 
class  TestConsumerThread
 A demo thread for testing the producer/consumer module for fifos. More...
 

Enumerations

enum class  Signal { none , exit }
 List of possible signals for the thread. More...
 

Detailed Description

Base class for multithreading.

Author
Sampsa Riikonen
Date
2017
Version
1.6.1