grtrack

package module
v0.0.0-...-bfbfadb Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2023 License: Apache-2.0 Imports: 7 Imported by: 1

README

grtrack

A utility that helps check for goroutine leaks. This is primarily intended for tests.

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