diff options
author | vg <vgm+dev@devys.org> | 2022-07-01 22:55:43 +0200 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2022-07-01 22:55:43 +0200 |
commit | 434858b5f092534a833a915c3a2067b14969334d (patch) | |
tree | 7169507eb85e0c097498641921ca3aa9db55b5e3 /TODO.rst | |
parent | d2e513b773d36a64db2641e4a5258df82b77dd21 (diff) | |
download | gamechest-434858b5f092534a833a915c3a2067b14969334d.tar.gz gamechest-434858b5f092534a833a915c3a2067b14969334d.tar.bz2 gamechest-434858b5f092534a833a915c3a2067b14969334d.zip |
git-sync on dita
Diffstat (limited to 'TODO.rst')
-rw-r--r-- | TODO.rst | 5 |
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/ |