We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff2a5e commit 2474c5aCopy full SHA for 2474c5a
2 files changed
Sources/HTMLKitVapor/Extensions/Vapor+HTMLKit.swift
@@ -9,7 +9,7 @@ extension Application {
9
}
10
11
/// Represents the provider for Vapor
12
- public struct HtmlKit {
+ public struct HtmlKit: Sendable {
13
14
/// Manages environment settings
15
public var environment: HTMLKit.Environment {
Sources/HTMLKitVapor/ViewRenderer.swift
@@ -2,7 +2,7 @@ import HTMLKit
2
import Vapor
3
4
/// A type responsible for rendering views in Vapor using HTMLKit
5
-public class ViewRenderer {
+public struct ViewRenderer: Sendable {
6
7
/// The event loop that the renderer operates on
8
internal var eventLoop: EventLoop
0 commit comments