func FromChannel()

in ctxtool/channel.go [36:38]


func FromChannel(ch <-chan struct{}) context.Context {
	return chanContext(ch)
}