Skip to content

Provide an asynchronous API #1482

Description

@rjmholt

PSSA2 should provide an API set that allows hosts to run PSSA asynchronously.

This includes:

  • A set of asynchronous methods to run analysis, with cancellation token support
  • A new rule executor that provides an asynchronous run strategy, including for non-threadsafe rules
  • An asynchronous rule API for rules wishing to implement their own asynchronous methods
    • It should be possible to implement an asynchronous and synchronous rule in the same class
  • An asynchronous harness for running synchronous rules with a minimum of overhead

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions