summaryrefslogtreecommitdiffhomepage
path: root/ios/OperationsTests/AsyncBlockOperationTests.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-09-30Apply new swift format rules to codebaseSteffen1-1/+2
# Conflicts: # ios/MullvadVPN/Coordinators/Settings/DAITA/SettingsDAITAView.swift # ios/MullvadVPN/View controllers/DeviceList/DeviceManagementView.swift
2025-02-04Update copyright string in switft filesOskar1-1/+1
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-10/+10
2024-06-25Replace all maximum timeout values to 60 secondsJon Petersson1-5/+6
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov1-6/+5
Block operations receive (Error?) -> Void Result block operations receive (Result<Output, Error>) -> Void Transform operations receive (Input, (Result<Output, Error>) -> Void) -> Void
2023-05-03Fix timeout typoAndrej Mihajlov1-1/+1
2023-05-03Operations: add new testsAndrej Mihajlov1-0/+100