This class provides a MAMA queue as well as a thread to process it.
Inherits from IDisposable
Name | |
---|---|
MamaQueueThread(MamaBridge bridge) Construct initialises all member variables including createing the thread. |
|
void | Dispose() Disposable implementation destroys the class and kills the queue without waiting. |
MamaQueueThread(
MamaBridge bridge
)
Construct initialises all member variables including createing the thread.
Parameters:
void Dispose()
Disposable implementation destroys the class and kills the queue without waiting.
Updated on 2023-03-31 at 15:29:32 +0100