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

Adopt "complete" Swift concurrency #123

Closed

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    06bfa0c View commit details
    Browse the repository at this point in the history
  2. Avoid a static logger instance because it isn't marked Sendable, inst…

    …ead make a new one using static constants for subsystem and category.
    jszumski committed May 29, 2024
    Configuration menu
    Copy the full SHA
    0205655 View commit details
    Browse the repository at this point in the history
  3. Mark protocols with MainActor so they can be applied to UIKit types a…

    …nd adjust all call sites to match
    jszumski committed May 29, 2024
    Configuration menu
    Copy the full SHA
    da34c78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4688929 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f0ae1c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a304b61 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    874d7e0 View commit details
    Browse the repository at this point in the history