execute_callback_sync
Method
This is a method of the Task class in the task module.Synchronous wrapper that properly awaits execute_callback instead of using fire-and-forget create_task() to prevent lost exceptions.
Signature
Parameters
TaskOutput
required
No description available.
Uses
run_coroutine_from_any_contextexecute_callback
Used By
Source
View on GitHub
praisonaiagents/task/task.py at line 853
