Uses of Interface
net.officefloor.web.executive.CpuCore.CustomExecution
-
Packages that use CpuCore.CustomExecution Package Description net.officefloor.web.executive -
-
Uses of CpuCore.CustomExecution in net.officefloor.web.executive
Methods in net.officefloor.web.executive with parameters of type CpuCore.CustomExecution Modifier and Type Method Description static <R,T extends java.lang.Throwable>
RCpuCore. runWithCpuLayout(net.openhft.affinity.CpuLayout layout, CpuCore.CustomExecution<R,T> customExecution)
Runs with customCpuLayout
.
-