hooch 0.1.34

A small async runtime that's been bootlegged for my projects.
Documentation
1
2
3
4
5
6
pub mod ring_buffer;

#[cfg(debug_assertions)]
pub fn thread_name() -> String {
    std::thread::current().name().unwrap().to_string()
}