What is "quasi-parallelism"?

when reading the book "operating system now" today, there is a sentence in the introduction to threads on page 53:

there are often situations where multiple control threads are running in quasi-parallel in the same address space

I would like to ask you what is the concept of quasi-parallelism and what is the difference between quasi-parallelism and parallelism

Jul.15,2021

this is what the original English text says:

Nevertheless, in many situations, it is desirable to have multiple
threads of control in the same address space running in
quasi-parallel, as though they were (almost) separate processes
(except for the shared address space).

quasi-parallelism, that is, quasi-parallel,
Wikipedia explains ,
almost parallel,
has some of the characteristics of parallel systems or devices

Menu