We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7ccca45 + cdfaaba commit 132233bCopy full SHA for 132233b
Sources/JavaScriptEventLoop/WebWorkerDedicatedExecutor.swift
@@ -34,7 +34,7 @@ import WASILibc
34
///
35
/// - SeeAlso: ``WebWorkerTaskExecutor``
36
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
37
-public final class WebWorkerDedicatedExecutor: SerialExecutor {
+public final class WebWorkerDedicatedExecutor: SerialExecutor, TaskExecutor {
38
39
private let underlying: WebWorkerTaskExecutor
40
0 commit comments