Set interval wrapper with re-entry guard, I.E. if a callback takes longer than defined interval it'll skip execution for a tick or few. ⚠️ Creating fork(s), submitting contribution(s), publishing ...
Starting the interval is very straightforward. As an example, below code creates an Interval object that will log "Hello World!" every 100 milliseconds to the console. var hello_world_printer = (new ...