Contexts and event handling
Each Mosel instance is attached to an XPRD context. This structure is also used to handle the queue of events received from the models run on the associated Mosel instances.
XPRDabortwait |
Release a thread suspended by a call to XPRDwaitevent.
|
XPRDdropevent |
Drop the next event from the queue.
|
XPRDfinish |
Release an XPRD context.
|
XPRDgetevent |
Retrieve the next event from the queue.
|
XPRDinit |
Create a new XPRD context.
|
XPRDqueueempty |
Check whether the event queue is empty.
|
XPRDwaitevent |
Suspend the execution of the calling thread until an event is available.
|