Skip to content

Commit

Permalink
async completer minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroshihorie committed Jan 10, 2024
1 parent 0d393eb commit 4f9b62c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/LiveKit/Support/AsyncCompleter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ actor CompleterMapActor<T> {
class AsyncCompleter<T>: Loggable {
//
struct WaitEntry {
let continuation: UnsafeContinuation<T, any Error>
let continuation: UnsafeContinuation<T, Error>
let timeOutBlock: DispatchWorkItem

func cancel() {
Expand Down

0 comments on commit 4f9b62c

Please sign in to comment.