blob: 6c7ca4f1caaf44ed48a24ddcbff5dc4843341f15 (
plain)
1
2
3
4
5
|
- implem with asyncio for steppers to simplify implementation
- with cli just run asyncio.run(main())
- with gui, run gtk in a thread and asyncio.run in main thread (or the
reverse) and make them communicate with a queue.
- if not easily working, use https://blogs.gnome.org/jamesh/2019/08/05/glib-integration-for-python-asyncio/
|