Package org.jhotdraw8.base.concurrent


package org.jhotdraw8.base.concurrent
  • Class
    Description
    A function that may throw a checked exception.
    A runnable that may throw a checked exception.
    A fork-join task that processes a range of integers from lo to hi (exclusive) in chunks of up to chunkSize.
    A fork-join task that processes a range of integers from lo to hi (exclusive) in chunks of up to chunkSize.