Whatever happened to ExecutorService.withDeadline?
Alan Bateman
Alan.Bateman at oracle.com
Fri Jan 21 17:31:09 UTC 2022
On 21/01/2022 16:13, Cay Horstmann wrote:
> Hi, I am listening to Heinz Kabutz' presentation at JChampionsConf,
> and he mentioned that ExecutorService.withDeadline is not in the
> current API. Why is that? Timing out a It seems a reasonable thing to
> want to do.
Did the presentation show StructuredExecutor? That's the
(work-in-progress) API for structured. It defines the joinUntil method
to wait up to a given deadline.
-Alan
More information about the loom-dev
mailing list