package
0.8.14
Repository: https://github.com/rsocket/rsocket-go.git
Documentation: pkg.go.dev

# Functions

AppendPrettyHexDump appends bytes to string builder.
BorrowByteBuff borrows a ByteBuff from pool.
No description provided by the author
CountBorrowed returns borrowed ByteBuff amount.
NewCond creates a new Cond.
PrettyHexDump converts bytes to pretty hex dump string.
RandAlphabetic returns a string with random alphabets.
RandAlphanumeric returns a string with random alphabets and numbers.
RandFloat64 returns a random float64.
RandIntn returns a random int.
ReturnByteBuff returns a ByteBuff to pool.
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

DefaultKeepaliveInterval is default keepalive interval duration.
DefaultKeepaliveMaxLifetime is default keepalive max lifetime.

# Structs

Cond is a customized Cond which support context.

# Interfaces

No description provided by the author

# Type aliases

ByteBuff provides byte buffer, which can be used for minimizing.