edit BlockingSpawner to readme lib

This commit is contained in:
ALEZ 2023-11-15 21:14:03 +01:00
parent b0125f7c27
commit e6ac4c71b6

View file

@ -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