Documentation
¶
Overview ¶
Package fifosync provides a pattern on Unix-like operating systems for synchronizing across processes using Unix FIFOs (named pipes).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Trigger ¶
type Trigger interface {
// Name returns the name of the trigger
Name() string
// Trigger triggers another process to proceed.
Trigger() error
}
Trigger is a FIFO which is used to signal another process to proceed.
Click to show internal directories.
Click to hide internal directories.