mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-28 19:01:47 +03:00
fix: mark screen recorder sendable
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import AVFoundation
|
import AVFoundation
|
||||||
import ReplayKit
|
import ReplayKit
|
||||||
|
|
||||||
final class ScreenRecordService {
|
final class ScreenRecordService: @unchecked Sendable {
|
||||||
private struct UncheckedSendableBox<T>: @unchecked Sendable {
|
private struct UncheckedSendableBox<T>: @unchecked Sendable {
|
||||||
let value: T
|
let value: T
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user