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

Implement sleep and interval for Yew Platform #2784

Merged
merged 13 commits into from Jul 31, 2022

Commits on Jul 19, 2022

  1. Rename runtime.

    futursolo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    7b8480f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50aecd6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1d9c5a View commit details
    Browse the repository at this point in the history
  4. Fix imports.

    futursolo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    89344b3 View commit details
    Browse the repository at this point in the history
  5. Fix tests.

    futursolo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    8bf99f3 View commit details
    Browse the repository at this point in the history
  6. Enable futures on gloo.

    futursolo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    68fcea7 View commit details
    Browse the repository at this point in the history
  7. Always inline sleep.

    futursolo committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    2968aec View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Merge branch 'master' into sleep-interval

    # Conflicts:
    #	packages/yew/Cargo.toml
    #	packages/yew/tests/use_reducer.rs
    futursolo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    67df923 View commit details
    Browse the repository at this point in the history
  2. Fix tests.

    futursolo committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3193c1e View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Implement sleep in house.

    futursolo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    5f3b15d View commit details
    Browse the repository at this point in the history
  2. Remove futures feature.

    futursolo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    9d4c6d4 View commit details
    Browse the repository at this point in the history
  3. Oops.

    futursolo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    31480c7 View commit details
    Browse the repository at this point in the history
  4. Prevent Excessive Polling.

    futursolo committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    4f1973c View commit details
    Browse the repository at this point in the history