summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Operations/AsyncBlockOperation.swift
AgeCommit message (Collapse)AuthorFilesLines
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-81/+0
2022-08-03Format source code with swiftformatAndrej Mihajlov1-1/+0
2022-06-08Add convenience initializers for block based operationsAndrej Mihajlov1-2/+32
2022-05-18AsyncOperation: add dispatch queueAndrej Mihajlov1-26/+14
2022-04-29AsyncBlockOperation: reset execution block in finish()Andrej Mihajlov1-1/+7
2022-03-31AsyncBlockOperation: override finish()Andrej Mihajlov1-7/+8
2022-02-07AsyncBlockOperation: clean up cancellation blocks once operation is finishedAndrej Mihajlov1-0/+6
2022-02-07AsyncBlockOperation: add cancellation handlerAndrej Mihajlov1-3/+32
2021-09-30Operations: let operation subclasses handle early cancellation within main()Andrej Mihajlov1-6/+3
2021-09-15Operations: simplify AsyncOperation, remove advanced featuresAndrej Mihajlov1-3/+2
2020-07-06Add operationsAndrej Mihajlov1-0/+26