utils_atomics/channel/
mod.rs

1/// Channel designed to receive a single value
2pub mod once;