Thread::wait() uses milliseconds instead of seconds?

Any reason why Thread::wait() uses int milliseconds instead of double seconds?

No fancy reasons… it just seems a more appropriate unit for the sort of periods you’ll normally use there.