mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 19:03:21 +02:00
Get started on supervision trees
This commit is contained in:
@ -39,7 +39,6 @@ lazy_static = "1.4"
|
||||
libc = "0.2"
|
||||
num_cpus = "1.13"
|
||||
pin-utils = "0.1.0"
|
||||
slab = "0.4"
|
||||
parking_lot = "0.12"
|
||||
|
||||
# Allocator
|
||||
|
@ -32,6 +32,7 @@ pub mod manage;
|
||||
pub mod placement;
|
||||
pub mod pool;
|
||||
pub mod run;
|
||||
mod supervision;
|
||||
mod thread_manager;
|
||||
mod worker;
|
||||
|
||||
|
3
runtime/executor/src/supervision.rs
Normal file
3
runtime/executor/src/supervision.rs
Normal file
@ -0,0 +1,3 @@
|
||||
pub(crate) struct SupervisionRegistry {}
|
||||
|
||||
impl SupervisionRegistry {}
|
Reference in New Issue
Block a user