mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-06 03:38:42 +00:00
8 lines
269 B
Python
8 lines
269 B
Python
.Runner!: ClassType
|
|
.Runner!.
|
|
run!: (self: Runner!, coro: GenericCallable, debug := Bool) => NoneType
|
|
close!: (self: Runner!) => NoneType
|
|
get_loop!: (self: Runner!) => NoneType
|
|
|
|
# TODO: return value
|
|
.run!: (coro: GenericCallable, debug := Bool) => NoneType
|