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.
1 parent 4df2a05 commit 8cacca4Copy full SHA for 8cacca4
Sources/StaticMap/StaticMap+Render.swift
@@ -19,7 +19,7 @@ extension StaticMap {
19
/// - Returns: The rendered image
20
public func render(
21
maxTiles: Int = 20,
22
- log: ((String) -> Void)? = nil,
+ log: (@Sendable (String) -> Void)? = nil,
23
isolation: isolated (any Actor)? = #isolation
24
) async throws -> CairoImage {
25
guard tileProvider.urlTemplate.hasSuffix(".png") else {
0 commit comments