Clarify newCCResolverWrapper documentation. (#2100)
I think the goroutine does not get started any more (this used to be the case in an earlier version).
This commit is contained in:

committed by
Menghan Li

parent
d33a923190
commit
1fa3750c9a
@ -65,8 +65,8 @@ func parseTarget(target string) (ret resolver.Target) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// newCCResolverWrapper parses cc.target for scheme and gets the resolver
|
// newCCResolverWrapper parses cc.target for scheme and gets the resolver
|
||||||
// builder for this scheme. It then builds the resolver and starts the
|
// builder for this scheme and builds the resolver. The monitoring goroutine
|
||||||
// monitoring goroutine for it.
|
// for it is not started yet and can be created by calling start().
|
||||||
//
|
//
|
||||||
// If withResolverBuilder dial option is set, the specified resolver will be
|
// If withResolverBuilder dial option is set, the specified resolver will be
|
||||||
// used instead.
|
// used instead.
|
||||||
|
Reference in New Issue
Block a user