pub unsafe extern "C" fn aws_task_scheduler_schedule_now(
    scheduler: *mut aws_task_scheduler,
    task: *mut aws_task
)
Expand description

Schedules a task to run immediately. The task should not be cleaned up or modified until its function is executed.