util

package
v0.1.17 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AddrsFromProto added in v0.0.4

func AddrsFromProto(pa []netpb.ProtoAddr) []ma.Multiaddr

func AddrsToProto added in v0.0.4

func AddrsToProto(mas []ma.Multiaddr) []netpb.ProtoAddr

func LogFromProto added in v0.0.4

func LogFromProto(l *netpb.Log) thread.LogInfo

LogFromProto returns a thread log from a proto log.

func LogToProto added in v0.0.4

func LogToProto(l thread.LogInfo) *netpb.Log

LogToProto returns a proto log from a thread log.

func RecFromServiceRec

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

func RecToServiceRec

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

Types

type Semaphore

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

func NewSemaphore

func NewSemaphore(capacity int) *Semaphore

func (*Semaphore) Acquire

func (s *Semaphore) Acquire()

Blocking acquire

func (*Semaphore) Release

func (s *Semaphore) Release()

func (*Semaphore) TryAcquire

func (s *Semaphore) TryAcquire() bool

Non-blocking acquire

type SemaphoreKey

type SemaphoreKey interface {
	Key() string
}

type SemaphorePool

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

func NewSemaphorePool

func NewSemaphorePool(semaCap int) *SemaphorePool

func (*SemaphorePool) Get

func (*SemaphorePool) Stop

func (p *SemaphorePool) Stop()

Stop holds all semaphores in the pool

Jump to

Keyboard shortcuts

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