pub unsafe extern "C" fn rtapi_wait()
Expand description

‘rtapi_wait()’ suspends execution of the current task until the next period. The task must be periodic, if not, the result is undefined. The function will return at the beginning of the next period. Call only from within a realtime task.