Update scope.go

Co-authored-by: Marten Seemann <martenseemann@gmail.com>
This commit is contained in:
vyzo
2021-12-29 17:10:55 +02:00
parent 5a572dc460
commit e5049999aa

View File

@@ -18,7 +18,6 @@ type resources struct {
memory int64
}
// ResourceScopes.
// A ResourceScope can be a DAG, where a downstream node is not allowed to outlive an upstream node
// (ie cannot call Done in the upstream node before the downstream node) and account for resources
// using a linearized parent set.