Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LeakySemaphore ¶
type LeakySemaphore struct {
// contains filtered or unexported fields
}
func NewLeakySemaphore ¶
func NewLeakySemaphore(limit int) *LeakySemaphore
func (*LeakySemaphore) Release ¶
func (c *LeakySemaphore) Release()
type NopSemaphore ¶
type NopSemaphore struct{}
func (NopSemaphore) Release ¶
func (NopSemaphore) Release()
Click to show internal directories.
Click to hide internal directories.