Get current sched ahead time

current_sched_ahead_time  

Returns the current schedule ahead time.

This can be set via the fn set_sched_ahead_time!.

Introduced in v2.0

Example

# Example 1

set_sched_ahead_time! 0.5
puts current_sched_ahead_time



 
# Prints 0.5