Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(TestScheduler): expose frameTimeFactor property #4977

Merged
merged 1 commit into from Sep 3, 2019

Commits on Aug 22, 2019

  1. feat(TestScheduler): expose frameTimeFactor property

    - Makes `frameTimeFactor` public so people do not have to cast in TypeScript
    - Deprecates `frameTimeFactor` on `VirtualTimeScheduler` as it is not used in that class, it
    is really only intended to be used for `TestScheduler` marble diagrams
    - Deprecates `index` on `VirtualTimeScheduler` because it is a leaked implementation detail
    - Adds documentation
    benlesh committed Aug 22, 2019
    Copy the full SHA
    cd7d9af View commit details
    Browse the repository at this point in the history