mirror of
https://github.com/chatmail/core.git
synced 2026-04-17 21:46:35 +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 {
|
struct SchedBox {
|
||||||
meaning: FolderMeaning,
|
meaning: FolderMeaning,
|
||||||
conn_state: ImapConnectionState,
|
conn_state: ImapConnectionState,
|
||||||
|
|
||||||
|
/// IMAP loop task handle.
|
||||||
handle: task::JoinHandle<()>,
|
handle: task::JoinHandle<()>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user