turnEnded

open override fun turnEnded(crossing: ZoneCrossing)(source)

Told that a turn has ended, so a discipline with a memory can advance it.

Default does nothing, which is right for the stateless disciplines. AlternatingArbiter and BoundedBatchArbiter use it to know that their turn is over.