mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 01:54:40 +08:00
aadb1182c0
Summary: This commit introduces interruptible sync operations. Now, the `SyncWorker`, `FetchFolderList` operation and `FetchMessagesInFolder` operation can be interrupted at several p To achieve this, this commit adds an Interruptible abstraction, which is an object that can run functions and interrupt them at points marked by the function. For more info o This commit also splits up the SyncWorker a little bit to make it smaller, byadding a SyncbackTaskWorker. Test Plan: manual Reviewers: evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D3613
10 lines
139 B
JSON
10 lines
139 B
JSON
{
|
|
"presets": [
|
|
"electron",
|
|
"react"
|
|
],
|
|
"plugins": [
|
|
"transform-async-generator-functions"
|
|
],
|
|
"sourceMaps": "inline"
|
|
}
|