feat: add asyncio type decls

This commit is contained in:
Shunsuke Shibayama 2024-10-06 18:30:08 +09:00
parent 4cd79cbb1a
commit c6882fee53
11 changed files with 78 additions and 3 deletions

View file

@ -0,0 +1,5 @@
.Task!: ClassType
.current_task!: (loop := Obj) => Task!
.gather!: (*coros: GenericCallable) => NoneType
.sleep!: (delay: Float) => NoneType