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

Use mut ref device ref to save stack space #48

Merged
merged 1 commit into from Oct 10, 2021

Commits on Sep 21, 2021

  1. Use mut ref device ref to save stack space

    * Remove type annotations no longer needed on states
    * Session state no longer depends on Device type
    * Shared state is stored in Device rather than on stack instead of as
    part of session state
    lulf committed Sep 21, 2021
    Copy the full SHA
    d208a03 View commit details
    Browse the repository at this point in the history