nealkumar / JBrew

The JBrew library collection is a set of of Java & JNI utility libraries featuring native facades that precisely tune elected garbage-collection sensitive operations for downstream consumers with use-cases hindered by the Java Memory Model. The library also seeks to abstract away syntax pitfalls in concurrency through its Task framework.
https://jbrew.org/
BSD 3-Clause Clear License
0 stars 0 forks source link

Add TaskRegistry.java #81

Closed nealkumar closed 4 years ago

nealkumar commented 4 years ago

Describe the solution you'd like A TaskRegistry will have a static factory interface allowing users to add new Tasks to the registry in order to perform bulk operations (such as bulk set tag, or to execute all operations with a certain tag).

nealkumar commented 4 years ago

Ticket Status This ticket's status has been updated to: COMPLETED

Remarks Completed with PR #92. Closing ticket.