Ejemplo n.º 1
0
func waitForQueryFinish(s *eventual2go.StreamController, wg *sync.WaitGroup) {
	wg.Wait()
	s.Close()
}