This repository has been archived by the owner on Sep 16, 2023. It is now read-only.
Release 1.6.0
New Features
- Add support for custom recurrent render executions (#7).
- Delegate render scheduler (#8).
- Abortable render scheduler (#9).
- Render schedule mapping utility (#7).
Changes
- Add generic type parameter for schedule options type.
RenderScheduleOptions.error()
method no longer requiresthis
parameter.ManualRenderShot.render()
method no longer requiresthis
parameter.asyncRenderScheduler()
defers recurrent render shots and executes them during the current execution.