Skip to content
This repository has been archived by the owner on Apr 24, 2023. It is now read-only.

Implement cancellation chain tracker #8

Merged
merged 12 commits into from
Oct 18, 2022
Merged

Commits on Oct 5, 2022

  1. feat: Implement initial cancellation chain tracker

    * TODO: trim the history to prevent memory leak
    * TODO: add a command to show cancellation chain
    achimnol committed Oct 5, 2022
    Configuration menu
    Copy the full SHA
    4d03527 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3db4e51 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2022

  1. Configuration menu
    Copy the full SHA
    0e09a7c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    fe61ac5 View commit details
    Browse the repository at this point in the history
  2. fix: isort error

    achimnol committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    11fbe06 View commit details
    Browse the repository at this point in the history
  3. fix: Improve startup-sync and elinimate memory leaks

    - The memory leaked by `myself = asyncio.current_task()` in the
      coroutine wrapper.
    - Also use the weak value for task creation chains to ensure gc
      target tasks.
    achimnol committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    63bd9a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8bb6483 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    f69b5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa0a1fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac86fbb View commit details
    Browse the repository at this point in the history
  4. feat: Implement history limit option and filter options for ps/pst

    * Rename ls-terminated to ps-terminated for consistency
    achimnol committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    f1bc4c5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea45a7b View commit details
    Browse the repository at this point in the history