1004. Multi-Programming Kernel v1.2 for Turbo Pascal 5.0
MULTI unit for Turbo Pascal 4.0 or later.The unit will allow you to run several TP-proceduresas concurrent processes. It also provides facilitiesfor synchronizing the processes and for communication between them.The parallellism implied is not strictly true: your computer (presumably)has only one processor and what the unit does is to share that processors timebetween the various processes to create an illusion of parallel processing.This assembly of concurrently executing procedures is called a multiprogram.