Class ActorThreadGroup

java.lang.Object
io.camunda.zeebe.scheduler.ActorThreadGroup
Direct Known Subclasses:
CpuThreadGroup, IoThreadGroup

public abstract class ActorThreadGroup extends Object
A thread group is a group of threads which process the same kind of tasks (ie. blocking I/O vs. CPU bound).