Add a comment aronud IMAP loop task handle

This commit is contained in:
link2xt
2023-03-19 10:16:27 +00:00
parent 81418d8ee5
commit 3177f9967d

View File

@@ -229,6 +229,8 @@ impl<'a> Drop for IoPausedGuard<'a> {
struct SchedBox {
meaning: FolderMeaning,
conn_state: ImapConnectionState,
/// IMAP loop task handle.
handle: task::JoinHandle<()>,
}