IOSIGNAL
s are receivedManagement of I/O events initiated by the IOA
/IOC
keywords. These include: serial port I/O, digital sound playback, inter-process
communication, timers, alarms, etc.
I modified this from the original to use dynamically allocated memory (and hence be able to handle any number of I/O requests, up to the limits of memory) instead of the statically allocated arrays (which could handle up to 20 requests).
This module was derived from the Event Manager by Jezar.
None