feat(#2500): add hive-jobq RAII resource guards with recursive re-entrancy

This commit is contained in:
atlas 2026-07-17 15:18:27 +02:00 committed by mara
commit 01ff8071f6
2 changed files with 192 additions and 2 deletions

View file

@ -26,9 +26,10 @@
//! node kind. Resources are held by the acquiring node and released on
//! completion via guard objects, recursive within a group.
//!
//! The guards and the scheduler loop are follow-ups; the named-counter resource
//! machinery lives in [`resources`], the base this data model builds on.
//! The scheduler loop is a follow-up; the resource machinery lives in
//! [`resources`] and the RAII lock guards over it in [`guard`].
pub mod guard;
pub mod resources;
/// Opaque, stable, monotonic node identifier.