tpu

package
v1.7.1-rc.0 Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2020 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Cmd

func Cmd(command ...string) (string, error)

func CmdLog

func CmdLog(command []string, logln func(string)) (string, error)

func CmdLogf

func CmdLogf(command []string, logf func(string, ...interface{})) (string, error)

func IsYaml

func IsYaml(name string) bool

func Rlimit

func Rlimit()

func ShellLog

func ShellLog(command string, logln func(string)) (string, error)

Types

type ArrayFlags

type ArrayFlags []string

func (*ArrayFlags) Set

func (i *ArrayFlags) Set(value string) error

func (*ArrayFlags) String

func (i *ArrayFlags) String() string

type Keeper

type Keeper struct {
	Prefix  string
	Command string
	Input   string
	Inspect string
	Limit   int
	// contains filtered or unexported fields
}

func NewKeeper

func NewKeeper(prefix, command string) (k *Keeper)

func (*Keeper) Start

func (k *Keeper) Start()

func (*Keeper) Stop

func (k *Keeper) Stop()

func (*Keeper) Wait

func (k *Keeper) Wait()

type Latch

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

func NewLatch

func NewLatch(n int) Latch

func (Latch) Notify

func (l Latch) Notify()

func (Latch) Wait

func (l Latch) Wait()

type Semaphore

type Semaphore chan empty

func NewSemaphore

func NewSemaphore(n int) Semaphore

func (Semaphore) Acquire

func (s Semaphore) Acquire()

func (Semaphore) Release

func (s Semaphore) Release()

Jump to

Keyboard shortcuts

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