We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad4f48e commit 38fbdcfCopy full SHA for 38fbdcf
capability.go
@@ -854,8 +854,8 @@ type ClientHook interface {
854
855
// Shutdown releases any resources associated with this capability.
856
// The behavior of calling any methods on the receiver after calling
857
- // Shutdown is undefined. Any already-outstanding calls should not
858
- // be interrupted.
+ // Shutdown is undefined. Shutdown must not interrupt any already
+ // outstanding calls.
859
Shutdown()
860
861
// String formats the hook as a string (same as fmt.Stringer)
0 commit comments