Skip to content

Commit

Permalink
Remaining fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ii-cruz committed Dec 5, 2024
1 parent 4fa5fb2 commit 5b489e5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 12 deletions.
3 changes: 3 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 11 additions & 12 deletions lib/src/extras/launcher.rs
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
use url::Url;

/// # ToDo
///
/// A rocket-like launcher. We can use this to easily:
///
/// * initialize logging
/// * initialize dead-lock detection
/// * handle panics either by logging or human-panic
/// * load config file?
/// * parse command line?
/// * start tokio runtime and pass in the config struct
///
// # ToDo
//
// A rocket-like launcher. We can use this to easily:
//
// * initialize logging
// * initialize dead-lock detection
// * handle panics either by logging or human-panic
// * load config file?
// * parse command line?
// * start tokio runtime and pass in the config struct
//
#[cfg(feature = "deadlock")]
use crate::extras::deadlock::initialize_deadlock_detection;
#[cfg(feature = "logging")]
Expand Down

0 comments on commit 5b489e5

Please sign in to comment.