tree: ce1c0526f5aaba6e4f00a853466e6c7d76d75296
  1. src/
  2. build.gradle
  3. README.md
modules/workers/README.md

Ignite workers module

This module provides infrastructure for workers used internally by Ignite.

A worker is a component that does some work. It executes on a thread; in some cases we can even represent an important thread as a worker.

We might want to monitor whether a worker is stuck (because some operation blocks it for a long period of time). CriticalWorkerRegistry allows CriticalWorker instances to be registered with it to be monitored.