You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
470 B
15 lines
470 B
|
5 months ago
|
Summary of the main pyTermTk Threading (26/Oct/2025) [8148cf0a]
|
||
|
|
```text
|
||
|
|
|
||
|
|
MainThread (mainlop)
|
||
|
|
│ └─▶ Wait on inputQueue ─> Signal ┬─▶ inputEvent
|
||
|
|
│ ▲ └─▶ pasteEvent
|
||
|
|
│ │
|
||
|
|
│ (push to inputQueue)
|
||
|
|
├─▶ TTkInput Thread │
|
||
|
|
│ └─▶ Wait on select(Stdin)
|
||
|
|
│
|
||
|
|
└─▶ TTk (Draw)
|
||
|
|
└─▶ Wait on timeout (~65 fps) ──▶ Refresh Screen
|
||
|
|
|
||
|
|
```
|