Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

Release 1.2.0

Compare
Choose a tag to compare
@surol surol released this 05 Apr 04:13
· 545 commits to master since this release

Changes

  • Postponed render shots are executed in reverse order.
  • immediateRenderScheduler executes all render shots immediately.
    Including recurrent render shots.
  • queuedRenderScheduler schedules render shots for immediate execution.
    In contrast to immediateRenderScheduler it utilizes render queue and handles render shots
    similarly to other schedulers. In particular, it adds enqueues recurrent render shots instead of
    executing them immediately.