container

package
v2.8.0 Latest Latest
Warning

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

Go to latest
Published: Apr 6, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type OnceFunc

type OnceFunc func(string) error

OnceFunc used after OnceSet add it

type Set

type Set interface {
	Add(string) error
	Exist(string) bool
}

Set once set

func NewMuxSet

func NewMuxSet() Set

NewMuxSet return a goroutine safe set

func NewOnceSet

func NewOnceSet(onceFunc OnceFunc) Set

NewOnceSet return an OnceSet instance Warning: OnceSet is not goroutine safe

Jump to

Keyboard shortcuts

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