Fix behavior of with parallel
#347
No reviewers
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#348 Implement `with legacy_parallel`
M-Labs/nac3
Reference: M-Labs/nac3#347
Loading…
Reference in New Issue
No description provided.
Delete Branch "issue-298"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
With the new implementation of
with parallel
, timeline resets are emitted after every function call. However, this omits the case where the timeline also needs to be reset after a nestedwith sequential
block.Fixes #298.
WIP: Fix behavior of `with parallel`to Fix behavior of `with parallel`