1. 首页
  2. 移动开发
  3. 其他
  4. Go语言的Reactive扩展RxGo.zip

Go语言的Reactive扩展RxGo.zip

上传者: 2020-08-06 07:13:32上传 ZIP文件 33.38KB 热度 12次
RxGo 是 Go 语言的 Reactive 扩展。安装go get -u github.com/jochasinga/rxgo用法watcher := observer.Observer{ // Register a handler function for every next available item. NextHandler: func(item interface{}) { fmt.Printf("Processing: %v\n", item) }, // Register a handler for any e
用户评论