summaryrefslogtreecommitdiffhomepage
path: root/ios/Operations/AsyncOperation.swift
AgeCommit message (Expand)AuthorFilesLines
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-2/+2
2023-09-13Coordinate alert presentation by integrating it into routing systemJon Petersson1-3/+0
2023-09-07Fix or report all current smaller Swiftlint warnings in xcodeJon Petersson1-25/+2
2023-09-04Use the block based KVO API in AsyncOperationBug Magnet1-29/+7
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-9/+9
2023-05-03Operations: add new testsAndrej Mihajlov1-0/+5
2023-04-14Make sure that cancellation does not fire until operation is executingAndrej Mihajlov1-14/+18
2023-04-14AsyncOperation: add shortcuts for cancellation and completion events observationAndrej Mihajlov1-0/+11
2023-02-28Replace OperationCompletion with ResultAndrej Mihajlov1-1/+2
2022-10-21Operations: explicitly define acl on extension methodsAndrej Mihajlov1-4/+4
2022-10-21Operations: remove unused operationNameAndrej Mihajlov1-6/+0
2022-10-21Operations: update header commentAndrej Mihajlov1-1/+1
2022-09-26Move AsyncOperation into Operations static library and add separate testsAndrej Mihajlov1-0/+433