expire

package
v0.6.47 Latest Latest
Warning

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

Go to latest
Published: Apr 18, 2024 License: GPL-3.0 Imports: 3 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ExpireHandler

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

func New

func New(ttl time.Duration) *ExpireHandler

New returns an ExpireHandler which contains a BatchHandlerFunc to track and drop UserOperations that have been in the mempool for longer than the TTL duration.

func (*ExpireHandler) DropExpired

func (e *ExpireHandler) DropExpired() modules.BatchHandlerFunc

DropExpired returns a BatchHandlerFunc that will drop UserOperations from the mempool if it has been around for longer than the TTL duration.

Jump to

Keyboard shortcuts

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