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

com.undefinedlabs.scope.utils.ThreadUtils Maven / Gradle / Ivy

package com.undefinedlabs.scope.utils;

public class ThreadUtils {

  public static String getUniqueId(final Thread thread) {
    return thread.toString().concat("@").concat(String.valueOf(thread.getId()));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy