Closed windiana42 closed 1 year ago
This currently fails:
with Flow() as f: with Stage("stage_1"): lazy_1 = lazy_task_1() a, b = eager_inputs() with Stage("empty"): pass
This currently fails: