mirror of
https://github.com/erg-lang/erg.git
synced 2025-07-14 16:45:25 +00:00
4 lines
163 B
Python
4 lines
163 B
Python
# TODO: return value
|
|
.run!: (coro: GenericCallable, debug := Bool) => NoneType
|
|
.sleep!: (delay: Float) => NoneType
|
|
.gather!: (*coros: GenericCallable) => NoneType
|