Skip to content

Commit d6a7859

Browse files
committed
Add StopSimulation exception
1 parent 9aa76bb commit d6a7859

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SimJulia.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module SimJulia
1818
export (&), (|)
1919
export Process, @Process
2020
export yield, interrupt
21-
export Simulation
21+
export Simulation, StopSimulation
2222
export run, now, active_process
2323
export Container, Resource, Store
2424
export Put, Get, Request, Release, cancel, capacity

0 commit comments

Comments
 (0)