future

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2024 License: MPL-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package future provides a set of functions for observing the state of a running program.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Go

func Go[T any](fn func() T) <-chan T

Go runs a function in a goroutine and returns a channel that will receive the result. It will close the channel when the function returns.

func GoContext

func GoContext[T any](ctx context.Context, fn func(context.Context) T) (context.Context, <-chan T)

GoContext runs a function in a goroutine and returns a channel that will receive the result. It will close the channel and cancel the context when the function returns.

Types

This section is empty.

Jump to

Keyboard shortcuts

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