Function torrust_tracker::app::start
source · pub async fn start(
config: Arc<Configuration>,
tracker: Arc<Tracker>
) -> Vec<JoinHandle<()>>Expand description
Panics
Will panic if the socket address for API can’t be parsed.
pub async fn start(
config: Arc<Configuration>,
tracker: Arc<Tracker>
) -> Vec<JoinHandle<()>>Will panic if the socket address for API can’t be parsed.