We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76e040f commit 56ae42cCopy full SHA for 56ae42c
uniffi_bindgen/src/bindings/swift/templates/Async.swift
@@ -23,7 +23,9 @@ fileprivate func uniffiRustCallAsync<F, T>(
23
pollResult = await withUnsafeContinuation {
24
pollFunc(
25
rustFuture,
26
- uniffiFutureContinuationCallback,
+ { handle, pollResult in
27
+ uniffiFutureContinuationCallback(handle: handle, pollResult: pollResult)
28
+ },
29
uniffiContinuationHandleMap.insert(obj: $0)
30
)
31
}
0 commit comments