Skip to content
Snippets Groups Projects
Commit cffc9c6a authored by Brad King's avatar Brad King
Browse files

ENH: Added polling feature to documentation of WaitForData.

parent fdc5e09e
No related branches found
No related tags found
No related merge requests found
......@@ -267,7 +267,9 @@ kwsysEXPORT void kwsysProcess_Disown(kwsysProcess* cp);
* return after reading data, the time elapsed is subtracted
* from the timeout value. If this timeout expires, the
* value is set to 0. A NULL pointer passed for this argument
* indicates no timeout for the call.
* indicates no timeout for the call. A negative or zero
* value passed for this argument may be used for polling
* and will always return immediately.
*
* Return value will be one of:
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment