User guide

12 RealCT Direct API Developer Guide
Chapter 1: Architecture
A process must have at least one thread. When the last thread
terminates, the process also terminates, but terminating the
primary thread does not terminate the process as long as there
is one thread executing. When the process terminates, all
threads associated with that process also terminate.
Figure 3. Two Processes With Threads
Process 1
Process 2
Data
Code
Threads
Data
Code
Threads