-
Notifications
You must be signed in to change notification settings - Fork 0
Build a Trie identifier for Task type #161
Copy link
Copy link
Open
Labels
concurrency libAnything related to the JBrew Concurrency LibraryAnything related to the JBrew Concurrency Libraryfeature requestA request for a new feature.A request for a new feature.needs triageIssue requires agile triaging.Issue requires agile triaging.
Milestone
Metadata
Metadata
Assignees
Labels
concurrency libAnything related to the JBrew Concurrency LibraryAnything related to the JBrew Concurrency Libraryfeature requestA request for a new feature.A request for a new feature.needs triageIssue requires agile triaging.Issue requires agile triaging.
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.