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

com.github.akurilov.commons.concurrent.ThreadUtil Maven / Gradle / Ivy

The newest version!
package com.github.akurilov.commons.concurrent;

/**
 Created by kurila on 09.09.15.
 */
public class ThreadUtil {
	public static int getHardwareThreadCount() {
		return Runtime.getRuntime().availableProcessors();
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy