From fcf16153aa0d0bca9a52be642b1b6550aa1ebb05 Mon Sep 17 00:00:00 2001 From: Youngjoon Lee Date: Thu, 16 May 2024 18:11:57 +0900 Subject: [PATCH] fix readme --- mixnet/v2/sim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mixnet/v2/sim/README.md b/mixnet/v2/sim/README.md index e6f9581..9f57d98 100644 --- a/mixnet/v2/sim/README.md +++ b/mixnet/v2/sim/README.md @@ -16,7 +16,7 @@ The simulation runs during a specified duration, prints the results to the conso ### Time in simulation -The simulation has been implemented based on [SimPy](https://simpy.readthedocs.io/en/latest/) which is discrete-event simulation framework. +The simulation is implemented based on [SimPy](https://simpy.readthedocs.io/en/latest/) which is discrete-event simulation framework. All events are processed sequentially by a single thread. However, multiple parallel events, which should be processed at the same time, can be also simulated by scheduling them at the same "time".