Class TileTask

All Implemented Interfaces:
Serializable, Future<Void>

public class TileTask extends CountedCompleter<Void>
A fork-join task that processes a range of integers from lo to hi (exclusive) in chunks of up to chunkSize.
See Also: