All Downloads are FREE. Search and download functionalities are using the official Maven repository.

prompto.utils.Utils.js Maven / Gradle / Ivy

The newest version!

function sleep(millis) {
    var start = new Date().getTime();
    while(new Date().getTime() - start < millis);
}

exports.sleep = sleep;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy