mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Add a comment aronud IMAP loop task handle
This commit is contained in:
@@ -229,6 +229,8 @@ impl<'a> Drop for IoPausedGuard<'a> {
|
||||
struct SchedBox {
|
||||
meaning: FolderMeaning,
|
||||
conn_state: ImapConnectionState,
|
||||
|
||||
/// IMAP loop task handle.
|
||||
handle: task::JoinHandle<()>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user