ConcurrentSim.jl icon indicating copy to clipboard operation
ConcurrentSim.jl copied to clipboard

enable preemption of jobs

Open Krastanov opened this issue 2 years ago • 1 comments

There is an old PR that can help with that https://github.com/JuliaDynamics/ConcurrentSim.jl/pull/71

Krastanov avatar Jun 04 '23 17:06 Krastanov

Hi @Krastanov, I think the code in that PR could be used in an example in the docs for how to implement preemption. The reason for closing it is that it is very application specific: a Store resource must be used and the user must track the priority and time in service of each job, which is outside of SimJulia...

hdavid16 avatar Jul 09 '23 00:07 hdavid16