Package jromp

Class Constants

java.lang.Object
jromp.Constants

public final class Constants extends Object
Constants used in the library.
  • Field Details

    • MAX_THREADS

      public static final int MAX_THREADS
      The maximum number of threads that can be used.
    • MIN_THREADS

      public static final int MIN_THREADS
      The minimum number of threads that can be used.
      See Also:
    • DEFAULT_THREADS

      public static final int DEFAULT_THREADS
      The default number of threads to use.