Documentation
¶
Index ¶
- func Break()
- func CallerName(skip int) string
- func CostWith(fn func()) time.Duration
- func Count(n int) <-chan int
- func Delay(dur time.Duration, fn func()) error
- func FnName(i interface{}) string
- func Go(fn func(ctx context.Context)) *abc.Cancel
- func GoDelay(dur time.Duration, fn func()) error
- func GoLoop(fn func(ctx context.Context)) *abc.Cancel
- func Loop(fn func(i int)) error
- func MemStatsPrint()
- func ObjectName(i interface{}) string
- func Tick(args ...interface{}) <-chan time.Time
- func Timeout(dur time.Duration, fn func()) error
- func Wrap(fn interface{}) func(...interface{}) func(...interface{})
- func WrapRaw(fn interface{}) func(...interface{}) []reflect.Value
- func WrapReflect(fn interface{}) func(...reflect.Value) []reflect.Value
- func WrapValue(fn interface{}, args ...interface{}) []reflect.Value
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MemStatsPrint ¶
func MemStatsPrint()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.