AbstractEventLoop.stop()
Stop running the event loop.
This causes run_forever()
to exit at the next suitable opportunity (see there for more details).
Changed in version 3.5.1.
AbstractEventLoop.stop()
Stop running the event loop.
This causes run_forever()
to exit at the next suitable opportunity (see there for more details).
Changed in version 3.5.1.
Please login to continue.