Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

net/rpc: unclear documentation for Call.Done #36116

Closed
josharian opened this issue Dec 12, 2019 · 2 comments
Closed

net/rpc: unclear documentation for Call.Done #36116

josharian opened this issue Dec 12, 2019 · 2 comments
Labels
Documentation FrozenDueToAge NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Milestone

Comments

@josharian
Copy link
Contributor

$ go doc net/rpc Call.Done
package rpc // import "net/rpc"

type Call struct {
    Done chan *Call  // Strobes when call is complete.

    // ... other fields elided ...
}

What does "strobes" mean in this context? Let's reword.

cc @robpike

@josharian josharian added this to the Go1.15 milestone Dec 12, 2019
@av86743
Copy link

av86743 commented Dec 12, 2019

@toothrot toothrot added the NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made. label Dec 13, 2019
@gopherbot
Copy link

Change https://golang.org/cl/238078 mentions this issue: net/rpc: clarify documention of Call.Done field

@golang golang locked and limited conversation to collaborators Jun 18, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Documentation FrozenDueToAge NeedsDecision Feedback is required from experts, contributors, and/or the community before a change can be made.
Projects
None yet
Development

No branches or pull requests

4 participants