We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Capturing comment from weaveworks/tcptracer-bpf#49 (comment):
btw PollStop is rather non-idiomatic - the typical way to do this kind of signalling is to close() a channel of type struct{}.
PollStop
close()
struct{}
Since the pollStop channel is not exposed, there is no API change and applications using gobpf would not require any update.
/cc @rade @schu
The text was updated successfully, but these errors were encountered:
perf: close go channels idiomatically
34fe10a
Fixes iovisor#69
No branches or pull requests
Capturing comment from weaveworks/tcptracer-bpf#49 (comment):
Since the pollStop channel is not exposed, there is no API change and applications using gobpf would not require any update.
/cc @rade @schu
The text was updated successfully, but these errors were encountered: