Add a clarifying comment

This commit is contained in:
Igor Katson 2024-12-07 11:51:58 +00:00
parent 0fabb453aa
commit e4845e2368
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -203,7 +203,7 @@ pub struct ManagedTorrentShared {
pub struct ManagedTorrent {
// Static torrent configuration that doesn't change.
pub shared: Arc<ManagedTorrentShared>,
// Torrent metadata. Maybe be None when the magnet is resolving.
// Torrent metadata. Maybe be None when the magnet is resolving (not implemented yet)
pub metadata: ArcSwapOption<TorrentMetadata>,
pub(crate) state_change_notify: Notify,
pub(crate) locked: RwLock<ManagedTorrentLocked>,