mirror of
https://github.com/erg-lang/erg.git
synced 2025-09-28 12:14:43 +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
|