package wg

import "github.com/ydb-platform/ydb-go-sdk/v3/internal/wg"

Index

Functions

func New

func New() *wg

Types

type WG

type WG interface {
	Done()
	Wait()
	Add(delta int)
}

wrap sync.WaitGroup to allow for 'wait 1st' logic

Source Files

wg.go

Version
v3.3.1-fix
Published
Nov 7, 2021
Platform
js/wasm
Imports
1 packages
Last checked
5 minutes ago

Tools for package owners.