tree: aa334c5df2f73e793a5ffe4d3e5fd5c732409d60
  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.