-
public interface PreemptiveFunction interface that callers can optionally invoke concurrently.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default booleanisPreemptive()Returnstrueif callers can safely invoke this function object concurrently.
-