pub unsafe extern "C" fn aws_task_scheduler_schedule_future(
scheduler: *mut aws_task_scheduler,
task: *mut aws_task,
time_to_run: u64
)
Expand description
Schedules a task to run at time_to_run. The task should not be cleaned up or modified until its function is executed.