summaryrefslogtreecommitdiffhomepage
path: root/ios/OperationsTests/AsyncResultBlockOperationTests.swift
AgeCommit message (Collapse)AuthorFilesLines
2025-01-14Enable compilation with Swift 6 for most targetsBug Magnet1-6/+6
2024-06-25Replace all maximum timeout values to 60 secondsJon Petersson1-3/+4
2023-08-30Use swiftlint auto fix for trivial lint violationsBug Magnet1-1/+1
2023-06-27New swiftformat rule, enable google swift guidelinesBug Magnet1-1/+1
2023-05-03Pass closure to block operations instead of the entire operationAndrej Mihajlov1-5/+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-03Operations: add new testsAndrej Mihajlov1-0/+75