# README
Utils
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
AssertNoGoroutineLeak checks.
AssertNoMemoryLeak checks that at most maxAllocDelta bytes have been allocated since the passed memory stats have been collected.
No description provided by the author
No description provided by the author
CombineErrors combines errors into a single error with a multiline message.
CombineErrorsWithPrefixMessage combines errors into a single error with a multiline message.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
FindDoubleLineSequence returns the index of a double line sequence (see further), and the sequence's length in bytes.
No description provided by the author
No description provided by the author
No description provided by the author
If cond is true a is returned, else b is returned.
No description provided by the author
No description provided by the author
InefficientlyWaitUntilFalse checks every ~millisecond if *b is false, it returns true if *b is false or returns false on timeout.
InefficientlyWaitUntilTrue checks every ~millisecond if *b is true, it returns true if *b is true or returns false on timeout.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Recover only calls recover.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
FixedBufferWriter writes data in the wrapper byte slice, it never allocates a new slice.
No description provided by the author