2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-06-18 01:20:47 +00:00

Modernize asyncio invocation in main confluent runtime

This commit is contained in:
Jarrod Johnson
2026-01-21 16:47:17 -05:00
parent 7fedbc1810
commit 68097428a5
+1 -1
View File
@@ -43,7 +43,7 @@ async def main():
if __name__ == '__main__':
#multiprocessing.freeze_support()
#asyncio.get_event_loop().run_until_complete(main())
asyncio.get_event_loop().run_until_complete(main())
asyncio.run(main())
#gt = spawn_for_awaitable(confluent.main.run(sys.argv))
#gt.wait()
#except: