# Functions
BytesToString converts byte slice to a string without memory allocation.
CeilToPowerOfTwo returns the least power of two integer value greater than or equal to n.
FloorToPowerOfTwo returns the greatest power of two integer value less than or equal to n.
IsPowerOfTwo reports whether given integer is a power of two.
NewAsyncJobQueue creates a note-queue.
SpinLock creates a new spin-lock.
StringToBytes converts string to a byte slice without memory allocation.
# Structs
AsyncJobQueue queues pending tasks.
# Type aliases
Job is a asynchronous function.