RFR: Allow a WorkItem to return follow-up items

Robin Westberg rwestberg at openjdk.java.net
Wed Jun 10 08:39:43 UTC 2020


Hi all,

Please review this change that allows a WorkItem to return follow-up items to schedule after itself has run. Use this
to run another CheckWorkItem after a CommandWorkItem successfully has executed commands.

Best regards,
Robin

-------------

Commit messages:
 - Allow a WorkItem to return follow-up items that will be scheduled after the item has run

Changes: https://git.openjdk.java.net/skara/pull/648/files
 Webrev: https://webrevs.openjdk.java.net/skara/648/webrev.00
  Stats: 144 lines in 24 files changed: 72 ins; 21 del; 51 mod
  Patch: https://git.openjdk.java.net/skara/pull/648.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/648/head:pull/648

PR: https://git.openjdk.java.net/skara/pull/648


More information about the skara-dev mailing list