mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-06 03:38:42 +00:00
5 lines
142 B
Python
5 lines
142 B
Python
.Task!: ClassType
|
|
|
|
.current_task!: (loop := Obj) => Task!
|
|
.gather!: (*coros: GenericCallable) => NoneType
|
|
.sleep!: (delay: Float) => NoneType
|