📄️ Simple timer
It is a simple timer to delay function execution by some time in milliseconds.
📄️ Retry timer
It is a retry timer that will delay function execution and repeat this delay execution until the function is called without error or reaches the maxTryCount limit.
📄️ Repeat timer
It is a repeat timer that will delay function execution and repeat this delay execution runCount times.
📄️ Endlessly timer
It is a endlessly timer to delay function execution by some time in milliseconds and repeat this endlessly.