//
pkg.gl
Category
github.com/datastream/libnetwork
bitseq
package
0.8.0-dev.2
Repository:
https://github.com/datastream/libnetwork.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
0
Files
693 SLOC
#
Functions
NewHandle
NewHandle returns a thread-safe instance of the bitmask handler.
#
Variables
ErrBitAllocated
ErrBitAllocated is returned when the specific bit requested is already set.
ErrNoBitAvailable
ErrNoBitAvailable is returned when no more bits are available to set.
#
Structs
Handle
Handle contains the sequece representing the bitmask and its identifier.