It refers to an example program in the IDE.
The technique that it uses involves noting a start time then checking periodically to see whether a time interval has passed. If yes then react to it, if not the go and do something else such as checking whether another timing period has elapsed.
Unlike using the delay() function the program does not stall whilst the delay happens, so that the Arduino can appear to do 2 (or more) things at the same time.