Webinar: Let's make a programming language. Part 1. Intro - 20.02
Multithreading. A property of a platform (OS) or an application lying in that a process created in the operations system can consist of several threads, executed simultaneously, i.e. without predefined order. When executing some tasks, such a division can provide more effective usage of the computer's resources.
0