set_time_out 0.1.2

Function to delay the execution of a function
Documentation

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.