8000 merge v1.3.1 into master by bxparks · Pull Request #31 · bxparks/AceRoutine · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

merge v1.3.1 into master #31

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

Merged
merged 10 commits into from
Jun 2, 2021
Merged

merge v1.3.1 into master #31

merged 10 commits into from
Jun 2, 2021

Conversation

bxparks
Copy link
Owner
@bxparks bxparks commented Jun 2, 2021
  • 1.3.1 (2021-06-02)
    • Bring back COROUTINE_DELAY_MICROS() and `COROUTINE_DELAY_SECONDS(),
      with an alternate implemenation that increases flash and static memory
      only if they are used.
      • The Coroutine itself knows whether it is delaying in units of
        milliseconds, microseconds, or seconds, based on its continuation
        point.
      • Make CoroutineScheduler::runCoroutine() always call into
        Coroutine::runCoroutine() when the Coroutine::mStatus is delaying,
        instead of preemptively trying to figure out if the delay has expired.
      • Coroutine does not need a runtime mDelayType descriminator.
      • The result is that the code to support COROUTINE_DELAY_MICROS() and
        COROUTINE_DELAY_SECONDS() is not pulled into the program if they are
        not used.

@bxparks bxparks merged commit 256dfc3 into master Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant
0