示例#1
0
文件: doozer.go 项目: vaguer/doozer
func advanceUntil(cl *client.Client, ver <-chan int64, done int64) {
	for <-ver < done {
		cl.Nop()
	}
}