summaryrefslogtreecommitdiffhomepage
path: root/ios/MullvadVPN/Operations/AsyncOperation.swift
AgeCommit message (Expand)AuthorFilesLines
2021-09-30Operations: let operation subclasses handle early cancellation within main()Andrej Mihajlov1-7/+2
2021-09-15Operations: simplify AsyncOperation, remove advanced featuresAndrej Mihajlov1-97/+25
2021-03-19Add willExecute observer to operationsAndrej Mihajlov1-0/+1
2021-02-11Integrate WireGuardKitAndrej Mihajlov1-1/+1
2020-09-02Prevent wrapping KVO in stateLock as it may cause a deadlock in property acce...Andrej Mihajlov1-16/+29
2020-07-06Add operationsAndrej Mihajlov1-0/+142