package
2.1.7+incompatible
Repository: https://github.com/matrixorigin/dragonboat.git
Documentation: pkg.go.dev

# Functions

ContainsUint64 returns a boolean value indicating whether the specified value v is found in the specified array.
GetGIDForDebugOnly is a for debugging only function that returns the goroutine id of the calling goroutine.
RunTicker runs a ticker at the specified interval, the provided TickerFunc will be called after each tick.

# Type aliases

TickerFunc is type of the function that will be called by the RunTicker function after each tick.