Synch now public mod

This commit is contained in:
François Autin
2023-04-12 13:16:04 +02:00
parent a36e470ea1
commit afce2c66c9
2 changed files with 1 additions and 8 deletions

View File

@ -2,6 +2,6 @@ pub mod process;
pub mod thread;
pub mod mgerror;
pub mod system;
mod synch;
pub mod synch;
mod thread_manager;
pub mod exception;