processor

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Sep 28, 2020 License: Apache-2.0, BSD-2-Clause Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Acquire

func Acquire(programHash string) (vmtypes.Processor, error)

Acquire takes one processor from worker pool for this program hash In case only one processor is in the pool it just attempts to lock it for the call TODO implement pool of worker-processors

func CheckProcessor

func CheckProcessor(programHash string) bool

CheckProcessor checks if processor instance is available. It doesn't attempt to acquire it

func LoadProcessorAsync

func LoadProcessorAsync(programHash string, onFinish func(err error))

LoadProcessorAsync creates and registers processor for program hash asynchronously possibly, locates Wasm program code in the file system, in IPFS etc

func Release

func Release(programHash string)

Release releases processor for subsequent calls

Types

This section is empty.

Jump to

Keyboard shortcuts

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