accept abstract method

bool accept(
  1. ProcessSpec<ProcessContext> pending
)

Return true if the current context can serve (equals or superset of) pending, and no process restart is needed.

Implementation

bool accept(ProcessSpec pending);