Use tokio_util::CancellationToken everywhere
This commit is contained in:
parent
53868ad45e
commit
bed7433d8e
16 changed files with 176 additions and 178 deletions
|
|
@ -501,6 +501,7 @@ async fn async_main(opts: Opts) -> anyhow::Result<()> {
|
|||
)
|
||||
.await
|
||||
.context("error initializing rqbit session")?;
|
||||
|
||||
librqbit_spawn(
|
||||
"stats_printer",
|
||||
trace_span!("stats_printer"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue