Skip to content

Commit 132233b

Browse files
Merge pull request #357 from swiftwasm/yt/task-executor-dedicated
Add `TaskExecutor` conformance to `WebWorkerDedicatedExecutor`
2 parents 7ccca45 + cdfaaba commit 132233b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JavaScriptEventLoop/WebWorkerDedicatedExecutor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ import WASILibc
3434
///
3535
/// - SeeAlso: ``WebWorkerTaskExecutor``
3636
@available(macOS 15.0, iOS 18.0, watchOS 11.0, tvOS 18.0, visionOS 2.0, *)
37-
public final class WebWorkerDedicatedExecutor: SerialExecutor {
37+
public final class WebWorkerDedicatedExecutor: SerialExecutor, TaskExecutor {
3838

3939
private let underlying: WebWorkerTaskExecutor
4040

0 commit comments

Comments
 (0)