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

Token source #6

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

Token source #6

wants to merge 10 commits into from

Commits on Oct 23, 2022

  1. Configuration menu
    Copy the full SHA
    19ce57f View commit details
    Browse the repository at this point in the history
  2. Added Hugo's available tokens.

    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    a0adf55 View commit details
    Browse the repository at this point in the history
  3. Add sync token interface.

    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    062de7a View commit details
    Browse the repository at this point in the history
  4. Add a local cache of tokens

    This caches locally the available tokens, and thus reduces the
    number of atomic instructions required.
    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    52edb94 View commit details
    Browse the repository at this point in the history
  5. Simplify waiting API

    Rather than wait providing a token to the continuation, move the
    acquired token into the local cache of tokens.
    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    bb14b54 View commit details
    Browse the repository at this point in the history
  6. Minor tidies

    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    7520eda View commit details
    Browse the repository at this point in the history
  7. Typo

    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    c0cead1 View commit details
    Browse the repository at this point in the history
  8. Comment

    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    b4e070b View commit details
    Browse the repository at this point in the history
  9. Clang format

    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    57b1362 View commit details
    Browse the repository at this point in the history
  10. Updates for merge.

    mjp41 committed Oct 23, 2022
    Configuration menu
    Copy the full SHA
    326a013 View commit details
    Browse the repository at this point in the history