ichika-macros 0.1.0

A helper library for automatically constructing a thread pool that communicates via message pipes.
Documentation
1
2
3
4
5
6
pub(crate) mod closure;
pub(crate) mod pipe;
pub(crate) mod pipe_flatten;

pub(crate) use closure::ClosureMacros;
pub(crate) use pipe::PipeMacros;