f

package
v1.2.2 Latest Latest
Warning

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

Go to latest
Published: Apr 22, 2025 License: GPL-3.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DiscardCh

func DiscardCh[T any](ch <-chan T)

DiscardCh consumes all incoming messages from the given channel until it's closed.

Types

type Future

type Future[T any] interface {
	Send(T)
	Await() T
}

Future is an object that holds a result value. The value may be read and written asynchronously.

func NewFuture

func NewFuture[T any]() Future[T]

NewFuture creates a new Future[T]

Jump to

Keyboard shortcuts

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

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy