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

Consolidate service worker channels and goroutines #417

Merged
merged 11 commits into from
Nov 9, 2023

Commits on Nov 8, 2023

  1. Consolidate service worker channels and goroutines

    Instead of having every service worker report a failure error and the done status of each goroutine within the service, use a single channel to have all service report on their status and completion.
    
    Fixes #415
    gammazero committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    bd87e91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d57ad0 View commit details
    Browse the repository at this point in the history
  3. lint warnings

    gammazero committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    eb3de09 View commit details
    Browse the repository at this point in the history
  4. Fix scope error

    gammazero committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    669fba9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f15b8a View commit details
    Browse the repository at this point in the history
  6. shutdownTimeout const

    gammazero committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    41cb394 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1cc0c0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    24b3767 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. update comment

    gammazero committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    4d5f16f View commit details
    Browse the repository at this point in the history
  2. Stop running 32-bit tests

    gammazero committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    82441d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dfae0af View commit details
    Browse the repository at this point in the history