This commit is contained in:
Igor Katson 2021-06-30 00:00:44 +01:00
parent 2fc225cfa2
commit e843209aa9
3 changed files with 22 additions and 18 deletions

View file

@ -18,8 +18,9 @@ use crate::{
MessageOwned, Piece, Request, PIECE_MESSAGE_DEFAULT_LEN,
},
peer_id::try_decode_peer_id,
peer_state::InflightRequest,
spawn_utils::{spawn, spawn_block_in_place},
torrent_state::{InflightRequest, TorrentState},
torrent_state::TorrentState,
type_aliases::PeerHandle,
};