package
0.2.0
Repository: https://github.com/nginproject/ngind.git
Documentation: pkg.go.dev

# Packages

Package filter implements event filters.

# Variables

ErrMuxClosed is returned when Posting on a closed TypeMux.

# Structs

Event is a time-tagged notification pushed to subscribers.
Feed implements one-to-many subscriptions where the carrier of events is a channel.
A TypeMux dispatches events to registered receivers.

# Interfaces

Subscription is implemented by event subscriptions.