summaryrefslogtreecommitdiffhomepage
path: root/ios/Operations
AgeCommit message (Expand)AuthorFilesLines
2023-04-14Treat cancellation errors same way as isCancelledAndrej Mihajlov1-2/+6
2023-04-14Make sure that cancellation does not fire until operation is executingAndrej Mihajlov4-17/+21
2023-04-14AsyncOperation: add shortcuts for cancellation and completion events observationAndrej Mihajlov2-4/+13
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov8-231/+78
2023-01-17Add helper to create serial operation queueAndrej Mihajlov1-1/+7
2022-12-16Convert MullvadLogging, MullvadTypes, Operations into frameworksAndrej Mihajlov1-0/+19
2022-11-28Add OperationCompletion.get() helperAndrej Mihajlov1-0/+14
2022-10-21Operations: explicitly define acl on extension methodsAndrej Mihajlov3-10/+10
2022-10-21Operations: remove unused operationNameAndrej Mihajlov1-6/+0
2022-10-21Operations: update header commentAndrej Mihajlov15-15/+16
2022-10-20Move REST into separate frameworksajacl4-245/+2
2022-09-29Reformat with swiftformat 0.50Sajad Vishkai1-1/+2
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov22-0/+1853