admin:processes
                Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| admin:processes [2013/05/22 18:12] – created jwarrior | admin:processes [2013/05/22 18:17] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Processes ====== | ||
| + | * if you abtWait (a hack) on a semaphore or a delay, that process will wait after it spins up a new UI process. | ||
| + | * a normal semaphore in the UI process will cause the UI process to wait. | ||
| + | * AbtSemaphore is a class. the wait method is the same as abtWait on a Semaphore. | ||
| + | * a critical block turns off async interrupts and processing switching | ||
