Thanks to visit codestin.com
Credit goes to github.com

Skip to content

pcannon09/sleepx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SleepX

A simple way to sleep code for (x) mins, secs, hours and more!

By: Paul Cannon Palacios

Version

1.0.0

You can make programm sleep (x) hours, mins, secs, miliseconds, microseconds or even nanoseconds!

How to use it:

sleepx::hour(int hours); // Sleep for (x) hours
sleepx::minutes(int mins); // Sleep for (x) mins
sleepx::milliseconds(int milisecs); // Sleep for (x) miliseconds
sleepx::microseconds(int microsecs); // Sleep for (x) microseconds
sleepx::nanoseconds(int nanosecs); // Sleep for (x) nanoseconds
sleepx::seconds(int secs); // Sleep for (x) seconds
sleepx::seconds(float secs); // Sleep for (x) seconds (But with decimal point)

About

A simple way to sleep code for (x) mins, secs, hours and more!

Resources

Stars

Watchers

Forks