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 ¶
type Semaphore struct {
// contains filtered or unexported fields
}
func NewSemaphore ¶
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 (p *SemaphorePool) Get(k SemaphoreKey) *Semaphore
func (*SemaphorePool) Stop ¶
func (p *SemaphorePool) Stop()
Click to show internal directories.
Click to hide internal directories.