Skip to content

Geigle/Latch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Latch

A Simple Regulator

This is a simple mechanism to limit spammy operations where a single execution will suffice.

Logging messages in a loop is a good application for this, especially if that log is being written to a file. Instead, you have one line from the first iteration, where the latch is set. No additional lines will be written, until a condition is met that unsets the latch.

About

Repetition Regulation Device

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published