future

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package future is defined below

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FutureError

type FutureError interface {
	// a call to Get will block until the future is resolved
	// may return immediately if already resolved
	Get() error
	Complete(err error)
}

FutureError interface

func NewFutureError

func NewFutureError() FutureError

NewFutureError function

Jump to

Keyboard shortcuts

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