package
0.1.20
Repository: https://github.com/indra-labs/indra.git
Documentation: pkg.go.dev

# Functions

Caller returns a formatted string /path/to/file.ext:line with a preceding comment.
GetOpenChanCount returns the number of qu channels that are still open todo: this needs to only apply to unbuffered type.
PrintChanState creates an output showing the current state of the channels being monitored This is a function for use by the programmer while debugging.
SetLogging switches on and off the channel logging.
T creates an unbuffered chan struct{} for trigger and quit signalling (momentary and breaker switches).
Ts creates a buffered chan struct{} which is specifically intended for signalling without blocking, generally one is the size of buffer to be used, though there might be conceivable cases where the channel should accept more signals without blocking the caller.

# Variables

No description provided by the author