Skip to content

Build a Trie identifier for Task type  #161

@nealkumar

Description

@nealkumar

Describe the solution you'd like
An "identifier" for Task<?> to determine if they are MethodBlocking, ObjectBlocking, NonRetrievable, etc. when their specific polymorphic typing has been lost, but needs to be determined.

The data structure should be a Trie that uses reflection to check if certain virtual methods exist, much like a decision tree.

Metadata

Metadata

Assignees

No one assigned

    Labels

    concurrency libAnything related to the JBrew Concurrency Libraryfeature requestA request for a new feature.needs triageIssue requires agile triaging.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions