pool

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Sep 18, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compensator added in v0.1.0

type Compensator func(sequence int64) (*txs.TxQcp, error)

Compensator TxPool would try to get overwritten tx by calling the compensator.

type TxPool

type TxPool struct {
	// contains filtered or unexported fields
}

TxPool cache tx No need to clean tx-cache

func NewTxPool

func NewTxPool(size uint32, compensator Compensator) *TxPool

NewTxPool create a tx pool

func (TxPool) Get added in v0.1.0

func (p TxPool) Get(sequence int64) (tx *txs.TxQcp, err error)

Get get a qcp tx

func (TxPool) Put added in v0.1.0

func (p TxPool) Put(tx *txs.TxQcp) (err error)

Put cache a qcp tx

Jump to

Keyboard shortcuts

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