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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b385ab-2c116.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b385ab-2c116.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?