github.com/kelleygo/clashcore@v1.0.2/common/observable/iterable.go (about) 1 package observable 2 3 type Iterable[T any] <-chan T