Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 277 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 277 Bytes

Timed Repetition

An example where a message is printed every few seconds until we interrupt the program with a SIGTERM by calling the context cancel. The delay between prints is implemented with time.After.

Setup

  1. Run the programs.

    $ make run