pub unsafe extern "C" fn aws_thread_scheduler_schedule_now(
scheduler: *mut aws_thread_scheduler,
task: *mut aws_task
)
Expand description
Schedules a task to run as soon as possible.
pub unsafe extern "C" fn aws_thread_scheduler_schedule_now(
scheduler: *mut aws_thread_scheduler,
task: *mut aws_task
)
Schedules a task to run as soon as possible.