Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Go func(ctx context.Context, f func())
Go executes the given function with panic recovery. It is synchronous; it does NOT spawn a goroutine. Use 'go Go(ctx, f)' to spawn a safe goroutine.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.