![JAR search and dependency download from the Maven repository](/logo.png)
marcel.util.concurrent.ThreadIdSupplier Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marcel-stdlib Show documentation
Show all versions of marcel-stdlib Show documentation
Standard library of Marcel Lang
The newest version!
package marcel.util.concurrent;
public interface ThreadIdSupplier {
Long getCurrentThreadId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy