package
5.2.0
Repository: https://github.com/prysmaticlabs/prysm.git
Documentation: pkg.go.dev

# Functions

NewSubscription runs a producer function as a subscription in a new goroutine.
Resubscribe calls fn repeatedly to keep a subscription established.

# Structs

SubscriptionScope provides a facility to unsubscribe multiple subscriptions at once.

# Interfaces

SubscriberSender is an abstract representation of an *event.Feed to use in describing types that accept or return an *event.Feed.

# Type aliases

Feed is a re-export of the go-ethereum event feed.
A ResubscribeFunc attempts to establish a subscription.