mirror of
https://gitlab.com/fabinfra/fabaccess/bffh.git
synced 2025-06-11 19:03:21 +02:00
State commit
This commit is contained in:
@ -31,6 +31,7 @@ pub mod load_balancer;
|
||||
pub mod placement;
|
||||
pub mod pool;
|
||||
pub mod run;
|
||||
pub mod manage;
|
||||
mod thread_manager;
|
||||
mod worker;
|
||||
|
||||
|
@ -39,6 +39,7 @@ impl Spooler<'_> {
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
/// Global executor
|
||||
pub struct Executor<'a> {
|
||||
spooler: Arc<Spooler<'a>>,
|
||||
}
|
||||
@ -220,4 +221,4 @@ fn schedule_local() -> impl Fn(LightProc) {
|
||||
// We have to unpark the worker thread for our task to be run.
|
||||
unparker.unpark();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user