signal.NotifyContext release

In which go version, the NotifyContext will be released?

In the next release, Go 1.16: https://tip.golang.org/doc/go1.16#os/signal

You usually can find this out by seeing tip.golang.org release notes, checking the issues on the GitHub tracker, or the commit that introduced the change on Gerrit (example: https://go-review.googlesource.com/c/go/+/219640).

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.