mirror of
https://github.com/tiqi-group/pydase.git
synced 2025-04-21 00:40:01 +02:00
updates documentation
This commit is contained in:
parent
0d6d312f68
commit
96cc7b31b4
@ -72,8 +72,8 @@ class Task(pydase.data_service.data_service.DataService, Generic[R]):
|
|||||||
def task_done_callback(task: asyncio.Task[R | None]) -> None:
|
def task_done_callback(task: asyncio.Task[R | None]) -> None:
|
||||||
"""Handles tasks that have finished.
|
"""Handles tasks that have finished.
|
||||||
|
|
||||||
Removes a task from the tasks dictionary, calls the defined
|
Update task status, calls the defined callbacks, and logs and re-raises
|
||||||
callbacks, and logs and re-raises exceptions."""
|
exceptions."""
|
||||||
|
|
||||||
self._task = None
|
self._task = None
|
||||||
self._status = TaskStatus.NOT_RUNNING
|
self._status = TaskStatus.NOT_RUNNING
|
||||||
|
Loading…
x
Reference in New Issue
Block a user