We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fef4f5f commit c8085b0Copy full SHA for c8085b0
src/labthings_fastapi/thing_server_interface.py
@@ -116,6 +116,8 @@ def call_async_task(
116
block the current thread while it calls the provided async function in the
117
server's event loop.
118
119
+ Do not call this from the event loop or it may lead to a deadlock.
120
+
121
:param async_function: the asynchronous function to call.
122
:param \*args: positional arguments to be provided to the function.
123
0 commit comments