Hello reading the API-docs of the ForkJoinPool I wonder if it is allowed/recommended to do NIO, so non-blocking IO, inside RecursiveActions which are implemented to be short-lived and lightweight. Is there any problem to process NIO-Selector-Events using RecursiveActions in an async ForkJoinPool? Thanks, Kai