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

Replace gloo-timers with futures-timer #154

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. Replace gloo-timers with futures-timer

    - Migrated Sleeper implementation from `gloo-timers` to async runtime-agnostic `futures-timer`
    
    - Adjusted feature flags and updated dependencies to reflect this change, ensuring seamless functionality across different environments:
    
      - `gloo-timers-sleep` feature kept for backwards compatibility, it will imply the automatically `futures-timer-sleep`
    
      - if `wasm32` architecture is detected, it automatically enables the `gloo-timers` feature on `futures-timer` crate to ensure WASM compatibility.
    
    Closes Xuanwo#153
    NumberFour8 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    736d881 View commit details
    Browse the repository at this point in the history
  2. Format with

    NumberFour8 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    9a43b67 View commit details
    Browse the repository at this point in the history
  3. Add missing derives

    NumberFour8 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    c81dd8c View commit details
    Browse the repository at this point in the history
  4. Add wasm-bindgen feature

    NumberFour8 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5e2dbda View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    0c2c426 View commit details
    Browse the repository at this point in the history
  2. Restore GlooTimersSleep

    NumberFour8 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    12102f3 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/feature/add-futures-timer' into …

    …feature/add-futures-timer
    NumberFour8 committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    80e4f72 View commit details
    Browse the repository at this point in the history