6.0.0-0
Pre-release
Pre-release
A library rewrite that introduced some benefits:
- Improved app performance for
user-visibletasks because we always useMessageChannel.postMessage()and this way we ensure scheduled tasks are run at least once per frame. - Improved performance consistency by measuring tasks execution time from the first completed yield and not from the start of the frame.
- More future-proof. The new implementation will allow some new future features be implemented easier.