Commit 98ef9a75 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

import wait event in Queue

parent 522ca8d9
......@@ -27,7 +27,7 @@ Models a FIFO queue where entities can wait in order to get into a server
from SimPy.Simulation import Process, Resource
from SimPy.Simulation import waituntil, now, infinity
from SimPy.Simulation import waituntil, now, infinity, waitevent
from CoreObject import CoreObject
# ===========================================================================
# the Queue object
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment