ice-threads 0.1.0

Lightweight Thread pool implementation.
Documentation
1
2
3
4
5
6
7
8
use crate::Ice;



pub(crate) enum IceBox {
    Some(Ice),
    None
}