//
pkg.gl
Category
github.com/NginProject/ngind
event
package
0.2.0
Repository:
https://github.com/nginproject/ngind.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
10
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.