async

package
v0.4.2 Latest Latest
Warning

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

Go to latest
Published: Jul 23, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AsyncResult

type AsyncResult struct {
	String string
	Bool   bool
}

type AsyncService

type AsyncService struct {
	// contains filtered or unexported fields
}

func NewService

func NewService() *AsyncService

func (*AsyncService) Add

func (r *AsyncService) Add(key string) <-chan AsyncResult

func (*AsyncService) Remove

func (r *AsyncService) Remove(key string)

func (*AsyncService) Set

func (r *AsyncService) Set(key string, result AsyncResult) bool

Jump to

Keyboard shortcuts

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