Remove jobserver from Session
It is effectively a global resource and the jobserver::Client in Session was a clone of GLOBAL_CLIENT anyway.
This commit is contained in:
parent
8e37e15183
commit
ead78fdfdf
8 changed files with 9 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
use std::sync::{LazyLock, OnceLock};
|
||||
|
||||
pub use jobserver_crate::Client;
|
||||
pub use jobserver_crate::{Acquired, Client, HelperThread};
|
||||
use jobserver_crate::{FromEnv, FromEnvErrorKind};
|
||||
|
||||
// We can only call `from_env_ext` once per process
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue