summaryrefslogtreecommitdiffhomepage
path: root/ios/OperationsTests/AsyncBlockOperationTests.swift
AgeCommit message (Collapse)AuthorFilesLines
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