pub unsafe extern "C" fn aws_thread_scheduler_schedule_future(
    scheduler: *mut aws_thread_scheduler,
    task: *mut aws_task,
    time_to_run: u64
)
Expand description

Schedules a task to run in the future. time_to_run is the absolute time from the system hw_clock.