Skip to main content

execute_callback_sync

Method
This is a method of the Task class in the task module.
Synchronous wrapper to ensure that execute_callback is awaited, preventing ‘Task was destroyed but pending!’ warnings if called from non-async code.

Signature

def execute_callback_sync(task_output: TaskOutput) -> None

Parameters

task_output
TaskOutput
required
No description available.