|
|
This section describes how Desktop commands are executed within threads, to enable different actions to be processed concurrently. It explains how each thread inherits its context from the thread that invokes it, and explains how you can pass values between threads using global variables.
See also: