Unit MessageSpool
Uses
Functions and Procedures
Constants
Variables
Description
Unit that implements a multi-platform message queue.
:
Built to allow threads exchange messages independently of operating system.
The implementation of the message queue is similar of the message system of the Windows operating System, but include some improvements, like messages with priority (messages that must be processed before others).
Overview
Classes, Interfaces, Objects and Records
Name | Description |
---|---|
Record TMSMsg |
|
Record TMsgPkg |
|
Class TMessageSpool |
Class of a multi-platform message queue. |
Types
PMSMsg = ˆTMSMsg; |
PMsgPkg = ˆTMsgPkg; |
Description
Types
PMSMsg = ˆTMSMsg; |
: Points to an message. |
PMsgPkg = ˆTMsgPkg; |
: Points to a queue item. |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.