Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Replace pending transition with latest execution
authorMaxwell Pirtle <maxwellpirtle@gmail.com>
Wed, 15 Feb 2023 09:50:16 +0000 (10:50 +0100)
committerMaxwell Pirtle <maxwellpirtle@gmail.com>
Wed, 15 Feb 2023 09:50:16 +0000 (10:50 +0100)
The `State::execute_next(aid_t)` method was
adjusted to use the newest copy of the transition
that was executed by an actor in lieu of the
copy of the transition that was previously stored
by the actor, as more information may be gained
during the execution of a transition.


No differences found