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: implement dedicated handler thread for IO operations #167

Merged
merged 1 commit into from
May 29, 2024

Commits on May 29, 2024

  1. feat: implement dedicated handler thread for IO operations

    This prevents accidental simultaneous calls to the Android NFC methods,
    as well as performing better due to the lack of overhead from spawning
    new threads on each call.
    knthm committed May 29, 2024
    Configuration menu
    Copy the full SHA
    829d0ea View commit details
    Browse the repository at this point in the history