util

package
v1.1.5 Latest Latest
Warning

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

Go to latest
Published: Mar 2, 2022 License: MIT Imports: 3 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RecFromServiceRec

func RecFromServiceRec(r *netpb.Log_Record) *apipb.Record

func RecToServiceRec

func RecToServiceRec(r *apipb.Record) *netpb.Log_Record

Types

type Semaphore added in v1.0.0

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

func NewSemaphore added in v1.0.0

func NewSemaphore(capacity int) *Semaphore

func (*Semaphore) Acquire added in v1.0.0

func (s *Semaphore) Acquire()

Blocking acquire

func (*Semaphore) Release added in v1.0.0

func (s *Semaphore) Release()

func (*Semaphore) TryAcquire added in v1.0.0

func (s *Semaphore) TryAcquire() bool

Non-blocking acquire

type SemaphoreKey added in v1.0.0

type SemaphoreKey interface {
	Key() string
}

type SemaphorePool added in v1.0.0

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

func NewSemaphorePool added in v1.0.0

func NewSemaphorePool(semaCap int) *SemaphorePool

func (*SemaphorePool) Get added in v1.0.0

func (*SemaphorePool) Stop added in v1.0.0

func (p *SemaphorePool) Stop()

Jump to

Keyboard shortcuts

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