Skip to content

Commit 243ba44

Browse files
committed
Added queues diagram
#34
1 parent 18b71a2 commit 243ba44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/manual.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ The previous section described the event list and how simulation entities (proce
7575

7676
Inactive processes are placed on to the scheduler queue, and when the current active process yields control to the scheduler (either because it has finished or been placed back onto the scheduler queue), the scheduler removes the process at the head of the queue and re-activates it. (In SIMULA the currently active process is not removed from the head of the queue.) When the scheduler queue is empty, i.e., there are no further processes left to execute, the scheduler terminates the simulation.
7777

78-
FIGURE 1 GOES HERE!!
78+
img::images/queues.png[simulation queues]
7979

8080
Figure 1: Scheduler-Process Interaction
8181

0 commit comments

Comments
 (0)