kvark / choir

Task Orchestration Framework
MIT License
52 stars 3 forks source link

Redesign forking semantics. #24

Closed kvark closed 2 years ago

kvark commented 2 years ago

Fixes #22

Previously, forking meant just copying over the list of dependents. Now, instead, it's a task with its own list of dependents, which is blocking the finalization of the current task.