inline thread-worker

This commit is contained in:
Aleksey Kladov 2019-08-30 20:23:28 +03:00
parent 7cc14a7596
commit 983de30a56
6 changed files with 77 additions and 109 deletions

View file

@ -8,6 +8,7 @@ mod project_model;
pub mod req;
pub mod config;
mod world;
mod thread_worker;
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;
pub use crate::{