mhinsch / MiniEvents.jl

Minimalistic event based simulation package
0 stars 0 forks source link

enable multiple `@simulation` calls per program? #26

Open mhinsch opened 9 months ago

mhinsch commented 9 months ago

Currently some of the functions generated by @simulation have a generic signature and would therefore clash/be overwritten if multiple simulations were declared.

Functions generated by @events are typed, but only using the agent type.

mhinsch commented 9 months ago

Any solution needs to work with #25.