feat(#2500): add hive-jobq RAII resource guards with recursive re-entrancy
This commit is contained in:
parent
06bc7e31c0
commit
01ff8071f6
2 changed files with 192 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue