-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Description
constantlyNull() should continue to be the default, but it should be possible to plug in a Function<Callable, Runnable>
if the developer wants to provide a custom wrapper. This is in part for performance reasons: if you schedule many Runnable tasks you will generate many short-lived Callable objects.
Metadata
Metadata
Assignees
Labels
No labels