You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you annotate the Task with int as the return type of use_task. I think this may no longer be accurate. My editor (VS Code) suggets the return type of use_task is Task[(), Coroutine[Any, Any, int]], thus not allowing me to properly type it.
The text was updated successfully, but these errors were encountered:
In your async task example
you annotate the
Task
withint
as the return type ofuse_task
. I think this may no longer be accurate. My editor (VS Code) suggets the return type ofuse_task
isTask[(), Coroutine[Any, Any, int]]
, thus not allowing me to properly type it.The text was updated successfully, but these errors were encountered: