| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-06-08 | SetAccount: rework to use callback flow vs. child operations | Andrej Mihajlov | 1 | -110/+0 | |
| 2023-05-22 | Reformat the code for Swift 5.8 | Andrej Mihajlov | 1 | -1/+1 | |
| 2023-05-03 | Pass closure to block operations instead of the entire operation | Andrej Mihajlov | 1 | -19/+32 | |
| Block operations receive (Error?) -> Void Result block operations receive (Result<Output, Error>) -> Void Transform operations receive (Input, (Result<Output, Error>) -> Void) -> Void | |||||
| 2023-05-03 | Transform: do not accept nil block | Andrej Mihajlov | 1 | -1/+1 | |
| 2023-05-03 | Operations: make transform operation does not erase initial input when input ↵ | Andrej Mihajlov | 1 | -4/+4 | |
| block is not provided | |||||
| 2023-05-03 | Operations: add convenience initializer that returns cancellable object | Andrej Mihajlov | 1 | -52/+19 | |
| 2023-04-14 | Make sure that cancellation does not fire until operation is executing | Andrej Mihajlov | 1 | -1/+1 | |
| 2023-02-28 | Replace OperationCompletion with Result | Andrej Mihajlov | 1 | -14/+5 | |
| Error is set to OperationError.cancelled if operation is cancelled. | |||||
| 2022-10-21 | Operations: update header comment | Andrej Mihajlov | 1 | -1/+2 | |
| 2022-09-26 | Move AsyncOperation into Operations static library and add separate tests | Andrej Mihajlov | 1 | -0/+138 | |
