ke4roh / vertx-engine

An execution engine for processing things, based on vertx
Apache License 2.0
1 stars 2 forks source link

Execute section steps as they become possible #48

Closed ke4roh closed 5 years ago

ke4roh commented 5 years ago

Following on from PR #47 , make a section try other steps as soon as a step completes. The section still needs to complete when all the steps that can execute have done so.

ke4roh commented 5 years ago

Fixed by PR #51