golang 在 routine 中执行阻塞任务可以实现吗?
資深大佬 : Latin 7
golang 新手请教下在协程中执行死循环任务并调度是否可以实现,没找到太多相关样例
大佬有話說 (14)
ch := make(chan, int)
go func() {
for i:=0;i<10;i++{
ch<-i
time.Sleep(i*500*time.Millisecond)
}
}()
for {
fmt.Print(<-ch)
}
cap rtsp://xxx1
cap rtsp://xxx2
cap rtsp://xxx3
这样都是独立的进程,应该就没问题了
多视频源,就需要启动多个进程