osglworks / java-tool

Some simple common Java utilities
Apache License 2.0
52 stars 18 forks source link

Add Lang.sleep(long) method #218

Closed greenlaw110 closed 4 years ago

greenlaw110 commented 5 years ago

A convenient shortcut for Thread.sleep(long). It throws an RuntimeException version of InterruptedException when current thread is interrupted UnexpectedInterruptedException