func()

in ctxtool/channel.go [40:42]


func (c chanCanceller) Done() <-chan struct{} {
	return (<-chan struct{})(c)
}