Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

This is a simple timer that sleeps for the amount of time specified by
its input.

Input should be any number -- floating-point or integers -- and,
unless specified by a suffix, this will be interpreted as
milliseconds.

The main reason for basically re-writing this simple piece of software
is that the software that exists has seconds as its minimum
granularity. I wanted at least milliseconds.

The intent is to later port the entire code to C, so it can be run a
little more efficiently in scripts and so on, without having to start
up the JVM (Java Virtual Machine) over and over.

About

A simple `sleep' clone.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages