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

4 lines
50 B
Go
Raw Normal View History

2018-06-10 22:50:03 +08:00
package observable
2022-04-24 02:07:57 +08:00
type Iterable[T any] <-chan T