Class ThreadUtils


  • public final class ThreadUtils
    extends java.lang.Object
    Utility functions for working with threads.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void trace​(java.lang.String format, java.lang.Object... args)
      Print format string to stderr prefixed by current thread's id.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • trace

        public static void trace​(java.lang.String format,
                                 java.lang.Object... args)
        Print format string to stderr prefixed by current thread's id.