File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " asyncgui-ext-clock"
3- version = " 0.5.2.dev0 "
3+ version = " 0.5.2"
44description = " An event scheduler for asyncgui programs"
55authors = [
" Nattōsai Mitō <[email protected] >" ]
66license = " MIT"
Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ ReadMe |ja|
1616 print("Hello")
1717
1818 asyncgui.start(async_fn())
19- clock.tick(10) # 時間が10進む 。
19+ clock.tick(10) # 時間を10進める 。
2020 clock.tick(10) # 合計で20進むのでタスクが再開し 'Hello' が表示される。
2121
22- この様に ``clock.tick() `` を呼ぶ事で時計内部の時が進み停止中のタスクが再開するわけです 。
22+ この様に ``clock.tick() `` を呼ぶ事で時計内部の時が進み停止中のタスクが再開します 。
2323また :mod: `sched ` と同じで時間の単位が決まってない事に気付いたと思います。
2424APIに渡す時間の単位は統一さえされていれば何でも構いません。
2525
@@ -64,6 +64,8 @@ APIに渡す時間の単位は統一さえされていれば何でも構いま
6464* CPython 3.10
6565* CPython 3.11
6666* CPython 3.12
67+ * CPython 3.13
68+ * PyPy 3.10
6769
6870その他
6971-----------------------
You can’t perform that action at this time.
0 commit comments