Thanks to visit codestin.com Credit goes to github.com
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.
TaskExecutor
WebWorkerDedicatedExecutor
1 parent 7ccca45 commit cdfaabaCopy full SHA for cdfaaba
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