Overview
Multi-threaded programming uses multi-threaded programming functions such as parallel for to enable multiple threads to run in parallel within a single process. Each thread executes different tasks concurrently, thereby improving performance. KUPL provides the parallel multi-threaded programming function kupl_parallel_for.
Specific data structures are described in detail within their corresponding function sections.
Parent topic: Multi-threaded Programming Functions