Go Heartbeat
Jump to navigation
Jump to search
External
- Concurrency in Go Katherine Cox-Buday, Chapter 5. "Concurrency at Scale" Section "Heartbeats"
Internal
Overview
Heartbeats are a way for concurrent processes to signal life to outside parties.
There are two different types of heartbeats: that occur on a time interval, and that occur at the beginning of a unit of work.