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

ENH: Add async tasks #60

Merged
merged 17 commits into from
Jul 23, 2022
Merged

ENH: Add async tasks #60

merged 17 commits into from
Jul 23, 2022

Commits on Jul 20, 2022

  1. add: async execution

    Miksus committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a000b8f View commit details
    Browse the repository at this point in the history
  2. test: add async tests

    Miksus committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    00a766a View commit details
    Browse the repository at this point in the history
  3. fix: async recall restart

    Miksus committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    5d02e91 View commit details
    Browse the repository at this point in the history
  4. fix: restarting task ran twice before restart

    This was due to flag was inspected before hibernate causing a metatask
    that restarts to run possibly twice.
    Miksus committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    442967a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    27710a9 View commit details
    Browse the repository at this point in the history
  6. test: fix typo

    Miksus committed Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3eff545 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a0613d View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. test: add new termination test

    Miksus committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    81ee83d View commit details
    Browse the repository at this point in the history
  2. test: add timeout parsing test

    Miksus committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    1ec3801 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f29f963 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

  1. fix: session timeout

    Miksus committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    e9dc07d View commit details
    Browse the repository at this point in the history
  2. test: fix async funcs

    Miksus committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    623736b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    005d12b View commit details
    Browse the repository at this point in the history
  4. fix: now instant_shutdown waits for threads

    Otherwise the termination will not be recorded.
    Miksus committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    cef4841 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4200a13 View commit details
    Browse the repository at this point in the history
  6. add: app.serve

    Miksus committed Jul 22, 2022
    Configuration menu
    Copy the full SHA
    ff331d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    617de60 View commit details
    Browse the repository at this point in the history