summaryrefslogtreecommitdiffstats
path: root/TODO.rst
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.rst')
-rw-r--r--TODO.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/TODO.rst b/TODO.rst
new file mode 100644
index 0000000..6c7ca4f
--- /dev/null
+++ b/TODO.rst
@@ -0,0 +1,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/