From e6ac4c71b6d68e27d0505da1dc3e2fe41d968bb3 Mon Sep 17 00:00:00 2001 From: ALEZ Date: Wed, 15 Nov 2023 21:14:03 +0100 Subject: [PATCH] edit BlockingSpawner to readme lib --- crates/librqbit/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/librqbit/README.md b/crates/librqbit/README.md index c8a2037..7703388 120000 --- a/crates/librqbit/README.md +++ b/crates/librqbit/README.md @@ -10,6 +10,7 @@ This program will just download a simple torrent file with a Magnet link use std::error::Error; use std::path::PathBuf; use librqbit::session::{AddTorrentResponse, Session}; +use librqbit::spawn_utils::BlockingSpawner; const MAGNET_LINK: &str = "magnet:?..."; // Put your magnet link here