Important: The information in this document is obsolete and should not be used for new development.
OTIdle
Provides idle time to Open Transport.C INTERFACE
void OTIdle(void)C++ INTERFACE
None. C++ applications use the C interface to this function.DISCUSSION
You can call theOTIdle
function while you are waiting for asynchronous provider operations to complete. It is not necessary for the correct operation of Open Transport to call this function, it is provided for compatibility with existing programs that use an idling function.SPECIAL CONSIDERATIONS
You cannot call theOTIdle
function at primary interrupt time or at deferred task time. This function does not call theSystemTask
,WaitNextEvent
, orGetNextEvent
functions.
- IMPORTANT
- You should never call the
OTIdle
function in production code on a Macintosh computer.