//
pkg.gl
Category
github.com/cyrildever/go-utls
common
concurrent
package
1.10.2
Repository:
https://github.com/cyrildever/go-utls.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
0
Files
302 SLOC
#
Packages
errors
No description provided by the author
#
Functions
NewMap
NewMap ...
NewSlice
NewSlice ...
#
Structs
Map
Map type that can be safely shared between goroutines that require read/write access to a map.
MapItem
MapItem represents a concurrent map item.
Slice
Slice type that can be safely shared between goroutines.
SliceItem
SliceItem is a concurrent slice item.
#
Type aliases
Checker
Checker is a function type.