lib_gc_timeout_wrapper

package
v0.0.0-...-e28984d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 6, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type TIMEOUT_ERROR

type TIMEOUT_ERROR error // Timeout error constant

type TimeoutWrapper_I

type TimeoutWrapper_I interface {
	Wrap(timeout time.Duration, wrappable Wrappable_I) (*[]interface{}, error, TIMEOUT_ERROR)
}
var TimeoutWrapper TimeoutWrapper_I = nil // Timeout wrapper

type Wrappable_I

type Wrappable_I interface {
	Execute() (*[]interface{}, error)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL