mirror of
https://github.com/libp2p/go-libp2p-resource-manager.git
synced 2026-08-22 19:43:28 +08:00
Update scope.go
Co-authored-by: Marten Seemann <martenseemann@gmail.com>
This commit is contained in:
1
scope.go
1
scope.go
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user