Skip to content

feat(native): async

Lukas Lihotzki requested to merge isolate into main

Make image operations async by default. This helps to keep the app responsive. Synchronous execution is still possible through the sync property of Image.

Merge request reports