This code: '''tornado.ioloop.IOLoop.current().start()'''
raises a not implemented error, any workarounds?
It might help if you execute this before getting and starting of your IOLoop asyncio.set_event_loop_policy(asyncio.WindowsSelectorEventLoopPolicy())
See https://www.tornadoweb.org/en/stable/index.html?highlight=windows#installation