sync

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 8, 2020 License: MIT Imports: 1 Imported by: 0

README

Sync

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type WaitGroup

type WaitGroup struct{ sync.WaitGroup }

WaitGroup is a wrapper over sync.WaitGroup providing additional functionality

func (*WaitGroup) Run

func (w *WaitGroup) Run(fns ...func())

Run adds provided functions to the group (incrementing the group counter) running each callable in a separate goroutine

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL