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.
Is your feature request related to a problem? Please describe.
It is cumbersome to continually offer() multiple tasks to the TaskRegister. Instead, it would be cleaner to have a Builder to automatically declare Tasks upon initialization.
Describe the solution you'd like
Builder interface for TaskRegister.java
Is your feature request related to a problem? Please describe. It is cumbersome to continually offer() multiple tasks to the TaskRegister. Instead, it would be cleaner to have a Builder to automatically declare Tasks upon initialization.
Describe the solution you'd like Builder interface for TaskRegister.java