Is it a good idea to use CompletableFuture in combination with StructuredTaskScope?
I already have an implementation using CompletableFuture
with Executors.newVirtualThreadPerTaskExecutor
as executorService
.
For example, I have a code block,
I already have an implementation using CompletableFuture
with Executors.newVirtualThreadPerTaskExecutor
as executorService
.
For example, I have a code block,