sync: flatten module structure.

This commit is contained in:
Dario Nieuwenhuis
2022-08-22 22:00:06 +02:00
parent 21072bee48
commit 5677b13a86
19 changed files with 18 additions and 21 deletions

View File

@ -14,4 +14,6 @@ pub mod blocking_mutex;
pub mod channel;
pub mod mutex;
pub mod pipe;
pub mod pubsub;
pub mod signal;
pub mod waitqueue;