set_time_out 0.1.2

Function to delay the execution of a function
Documentation
1
2
3
4
5
6
7
8
Easy peasy. 
Import the function  and used.

Import = use set_time_out::set_time_out;

Used = set_time_out(1500);

The time is in milliseconds. Have nice day.