pub fn sleep(milis: size_t)
Suspends the current thread for the specified amount of time.
milis
cgl_rs::utils::sleep(1000);