1
0
mirror of https://github.com/MetaCubeX/mihomo.git synced 2025-09-19 20:15:59 +08:00
Files
mihomo/common/observable/iterable.go
2022-04-25 13:18:30 +08:00

4 lines
50 B
Go

package observable
type Iterable[T any] <-chan T