use_real_time
Set sched ahead time to 0 for the current thread. Shorthand for use_sched_ahead_time 0
.
See use_sched_ahead_time
for a version of this function which allows you to set the schedule ahead time to any arbitrary value. Note, use_real_time
will override any value set with set_sched_ahead_time!
for the current thread.
Introduced in v3.0
# Example 1 | |
|
|