unknownrori-simple-thread-pool 0.2.0

A lighweight thread pool for networking and other stuff
Documentation
1
2
3
4
5
6
use crate::Job;

pub enum Message {
    NewJob(Job),
    Terminate,
}