示例#1
0
func vmCopier(baseVM *otto.Otto, c chan *otto.Otto) {
	for {
		c <- baseVM.Copy()
	}
}