Multi-tasking and Multi-threading Foundation
This chapter describes functions which allow the Xbase++ programmer to access special capabilities of the operating system at the Xbase++ language level. These functions provide access to multi-tasking and multi-threading.
"Multi-tasking" is the capability of the operating system to run several application programs simultaneously. Each application program is embedded in a process. A process contains at least one "thread" where the program code is executed. Program code is executed only in a thread, not in a process. Several threads can be active within a process. This multi-threading capability of the operating system allows various parts of the same application program to run at the same time.
Start multiple processes - multi-tasking
Visibility of variables in threads
Getting information about threads
(De)Initialization routines for Threads
Controlling threads using wait states
If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.