sync.WaitGroup.Wait (method)

16 uses

	sync (current package)
		waitgroup.go#L103: func (wg *WaitGroup) Wait() {

	encoding/json
		encode.go#L396: 		wg.Wait()

	internal/singleflight
		singleflight.go#L55: 		c.wg.Wait()

	src.elv.sh/pkg/cli
		app.go#L301: 	defer wg.Wait()

	src.elv.sh/pkg/daemon
		client.go#L65: 	c.waits.Wait()
		serve.go#L68: 		activeClient.Wait()

	src.elv.sh/pkg/edit
		key_binding.go#L113: 		wg.Wait()

	src.elv.sh/pkg/eval
		builtin_fn_flow.go#L82: 	waitg.Wait()
		builtin_fn_flow.go#L191: 	w.Wait()
		compile_effect.go#L132: 			wg.Wait()
		compile_effect.go#L145: 	wg.Wait()
		frame.go#L130: 		w.Wait()
		port.go#L108: 		wg.Wait()

	src.elv.sh/pkg/rpc
		server.go#L474: 	wg.Wait()

	src.elv.sh/pkg/store
		db_store.go#L84: 	s.waits.Wait()

	testing
		benchmark.go#L782: 	wg.Wait()