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

Notice when we hit eof partway through a run #9

Open
davecb opened this issue Dec 28, 2017 · 1 comment
Open

Notice when we hit eof partway through a run #9

davecb opened this issue Dec 28, 2017 · 1 comment
Assignees
Labels

Comments

@davecb
Copy link
Owner

davecb commented Dec 28, 2017

After increasing the load is a prefered time, at the end of the cooldown is not as good.
This requires me to detect a closed pipe

@davecb davecb added the bug label Dec 28, 2017
@davecb davecb self-assigned this Dec 28, 2017
@davecb
Copy link
Owner Author

davecb commented Dec 28, 2017

This requires a special read,
x, ok = <-ch
if !ok {
it is closed
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant