//
pkg.gl
Category
github.com/ethereumproject/go-ethereum
event
package
6.0.9+incompatible
Repository:
https://github.com/ethereumproject/go-ethereum.git
Documentation:
pkg.go.dev
Overview
Versions
7
Dependencies
5
Dependents
180
Files
350 SLOC
#
Packages
filter
Package filter implements event filters.
#
Variables
ErrMuxClosed
ErrMuxClosed is returned when Posting on a closed TypeMux.
#
Structs
Event
Event is a time-tagged notification pushed to subscribers.
Feed
Feed implements one-to-many subscriptions where the carrier of events is a channel.
TypeMux
A TypeMux dispatches events to registered receivers.
#
Interfaces
Subscription
Subscription is implemented by event subscriptions.