Skip to content

Respect Thread interruption in potentially long-running loops. #1209

Description

@ajhoffma

JTS operations that take a long time aren't cancellable; there's no way to signal to JTS that we no longer care about the result. For long-running operations on gigantic polygons in RobustLineIntersector and MCIndexNoder, for example, it'd be nice if we were good Java citizens and checked for Thread interruption or provided some other flag for cooperative cancellation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions