package util

import (
	

	

	
)

type ConnKey struct{}

type moduleKey struct{}
type moduleState struct {
	mmapState
	handleState
}

func ( context.Context) context.Context {
	 := new(moduleState)
	 = experimental.WithMemoryAllocator(, experimental.MemoryAllocatorFunc(alloc.NewMemory))
	 = experimental.WithCloseNotifier(, )
	 = context.WithValue(, moduleKey{}, )
	return 
}