ConnectionScopeImpl constructor
ConnectionScopeImpl(
- ResourceManagerImpl _rcmgr,
- Limit limit,
- String name,
- Direction direction,
- bool useFd,
- MultiAddr remoteEndpoint, {
- List<
ResourceScopeImpl> ? edges,
Implementation
ConnectionScopeImpl(
this._rcmgr, // Added rcmgr parameter
Limit limit,
String name,
this.direction,
this.useFd,
this.remoteEndpoint, {
List<ResourceScopeImpl>? edges, // Typically transient and system scopes
}) : super(limit, name, edges: edges);