---
title: rendersAsynchronously
framework: swiftui
role: symbol
role_heading: Instance Property
path: swiftui/canvas/rendersasynchronously
---

# rendersAsynchronously

A Boolean that indicates whether the canvas can present its contents to its parent view asynchronously.

## Declaration

```swift
nonisolated var rendersAsynchronously: Bool { get set }
```

## See Also

### Rendering

- [renderer](swiftui/canvas/renderer.md)
