erg/crates/erg_compiler/lib/pystd/asyncio.d/runners.d.er
2024-10-06 18:30:08 +09:00

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