grtrack

package
v0.0.0-...-8b1022e Latest Latest
Warning

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

Go to latest
Published: Jun 17, 2016 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package grtrack provides a utility that helps check for goroutine leaks.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Checker

type Checker interface {
	// Check immediately checks whether there's been a leak
	Check(t *testing.T)

	// CheckAfter waits wait and then checks
	CheckAfter(t *testing.T, wait time.Duration)
}

Object that can be used to check whether goroutines have leaked at any point in time.

func Start

func Start() Checker

Jump to

Keyboard shortcuts

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