prepared some infrastructure for tests

This commit is contained in:
2024-02-01 00:47:08 +01:00
parent 0f639900e2
commit 4f9cf38d34
4 changed files with 169 additions and 72 deletions

View File

@ -16,7 +16,7 @@ pub mod std_mod {
#[derive(Clone)]
pub struct SharedTmStore {
pool: SharedPool,
pub pool: SharedPool,
}
impl SharedTmStore {