org.apfloat.internal.Parallelizable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of apfloat Show documentation
Show all versions of apfloat Show documentation
High performance arbitrary precision arithmetic library
package org.apfloat.internal;
/**
* Any task that can use a {@link ParallelRunner} to execute operations in parallel.
*
* @since 1.7.0
* @version 1.8.0
* @author Mikko Tommila
*/
public interface Parallelizable
{
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy