github.com/tetratelabs/wazero@v1.7.1/internal/expctxkeys/close.go (about)

     1  package expctxkeys
     2  
     3  // CloseNotifierKey is a context.Context Value key. Its associated value should be a
     4  // Notifier.
     5  type CloseNotifierKey struct{}