jetty.project icon indicating copy to clipboard operation
jetty.project copied to clipboard

Alternative to #12395.

Open sbordet opened this issue 1 year ago • 0 comments

The main difference is assuming that the Runnable passed to Content.Source.demand(Runnable) is non-blocking unless explicitly declared so. This leaves most of the application code using lambdas and method references unchanged.

Deprecated usages of CompletableFuture APIs in Content.Source.

sbordet avatar Oct 18 '24 18:10 sbordet