Versions in this module Expand all Collapse all v1 v1.3.3 Dec 17, 2020 Changes in this version + func BytesToString(b []byte) string + func CeilToPowerOfTwo(n int) int + func FloorToPowerOfTwo(n int) int + func IsPowerOfTwo(n int) bool + func SpinLock() sync.Locker + func StringToBytes(s string) (b []byte) + type AsyncJobQueue struct + func NewAsyncJobQueue() AsyncJobQueue + func (q *AsyncJobQueue) ForEach() (err error) + func (q *AsyncJobQueue) Push(job Job) (jobsNum int) + type Job func() error