package
6.8.15+incompatible
Repository: https://github.com/agilebits/beats.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
NewCompositeSignaler creates a new composite signaler.
No description provided by the author
No description provided by the author
Sig will send the Completed or Failed event to s depending on err being set if s is not nil.
SigAll send the Completed or Failed event to all given signalers depending on err being set.
SigCompleted sends the Completed event to s if s is not nil.
SigFailed sends the Failed event to s if s is not nil.
NewSplitSignaler creates a new splitSignal if s is not nil.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

SignalCallback converts a function accepting SignalResponse into a Signaler.
No description provided by the author