Documentation
¶
Index ¶
- func GetPool(name string) gopool.Pool
- func Go(fn Runnable)
- func GoCtxPool(ctx context.Context, fn func())
- func GoCtxPoolWithPanicHandler(ctx context.Context, fn func(), panicHandler func(context.Context))
- func GoPool(fn func())
- func GoPoolWithPanicHandler(fn func(), panicHandler func(context.Context))
- func GoSafe(ctx context.Context, fn Runnable)
- func GoSafeWithPanicHandler(ctx context.Context, fn func(), panicHandler func(context.Context))
- func RegisterPool(p gopool.Pool) error
- func SetDafultPoolPanicHandler(panicHandler func(context.Context))
- type Runnable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GoPoolWithPanicHandler ¶
func GoSafeWithPanicHandler ¶
func RegisterPool ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.