openQueueExclusive

The openQueueExclusive property specifies whether to open the queue for input for only one program at a time. Available values are YES and NO (the default).

EGL automatically opens the message queue associated with the message record whenever an EGL program reads messages from the queue with a get next statement. If openQueueExclusive is set to YES, EGL opens the queue for the exclusive input of the current program only.


Feedback