aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--iosApp/iosApp/Shared/FlowCollector.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/iosApp/iosApp/Shared/FlowCollector.swift b/iosApp/iosApp/Shared/FlowCollector.swift
index 3fd6c60..1613f20 100644
--- a/iosApp/iosApp/Shared/FlowCollector.swift
+++ b/iosApp/iosApp/Shared/FlowCollector.swift
@@ -9,6 +9,7 @@
import Foundation
import shared
+// Source: https://stackoverflow.com/66030092
class Collector<T>: Kotlinx_coroutines_coreFlowCollector {
let callback: (T) -> Void