Welcome! Please see the About page for a little more info on how this works.
Previously flow's futurize would rethrow any exceptions thrown by the function when deref'ed. With the recent changes to return a CompletableFuture it no longer does that and instead if the function throws deref'ing will just hang forever.
Created ASYNC-275.