Skip to content

v0.4.0

Latest

Choose a tag to compare

@bill-pace bill-pace released this 21 Feb 23:24

Hide implementation details around the event queues.

  • EventQueue structs are no longer public. All event scheduling must be done through the Simulation structs.
  • Event::execute() now takes a &mut Simulation instead of both &mut State and &mut EventQueue.
  • Implementations of Debug are overhauled to hide details that client code doesn't control.