GO-2022-0550: Off-by-one Error in v2fly/v2ray-core in github.com/v2fly/v2ray-core
The highest tagged major version is
v5.
package
Version:
v3.32.1+incompatible
Opens a new window with list of versions in this module.
Published: Jul 29, 2018
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Instance is an implementation of semaphore.
New create a new Semaphore with n permits.
Signal releases a permit into the semaphore.
func (s *Instance) Wait() <-chan struct{}
Wait returns a channel for acquiring a permit.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.