run

Function run 

Source
pub async fn run(
    listener: TcpListener,
    shutdown: impl Future,
    db_path: Option<PathBuf>,
)