src/tools/broadcast_future.rs: new helper class

This commit is contained in:
Dietmar Maurer
2019-04-26 17:56:41 +02:00
parent e888155712
commit 490be29ed6
2 changed files with 89 additions and 0 deletions

View File

@ -41,6 +41,9 @@ pub use process_locker::*;
mod file_logger;
pub use file_logger::*;
mod broadcast_future;
pub use broadcast_future::*;
/// Macro to write error-handling blocks (like perl eval {})
///
/// #### Example: