Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
adammurdoch authored and ljacomet committed Jun 29, 2020
1 parent d0dbcbf commit d0940a5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ class WorkNodeCodec(
scheduledNodeIds: Map<Node, Int>
) {
for (successor in successors) {
// Discard should/must run after relationships to nodes that are not scheduled to run
scheduledNodeIds[successor]?.let { successorId ->
writeSmallInt(successorId)
}
Expand Down

0 comments on commit d0940a5

Please sign in to comment.