server_lib 0.1.0

Naive library for multithreading backend system
Documentation
1
pub type Job = Box<dyn FnOnce() + Send + 'static>;