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 2815a6a commit ad4f48eCopy full SHA for ad4f48e
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. It is expected for the ClientHook to reject
858
- // any outstanding call futures.
+ // Shutdown is undefined. Any already-outstanding calls should not
+ // be interrupted.
859
Shutdown()
860
861
// String formats the hook as a string (same as fmt.Stringer)
0 commit comments