pub unsafe extern "C" fn aws_thread_scheduler_cancel_task(
scheduler: *mut aws_thread_scheduler,
task: *mut aws_task
)
Expand description
Cancel a task that has been scheduled. The cancellation callback will be invoked in the background thread. This function is slow, so please don’t do it in the hot path for your code.