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

Drop the tokio runtime before the task_manager #6548

Merged
merged 2 commits into from
Jul 2, 2020

Commits on Jul 1, 2020

  1. Initial commit

    Forked at: 4919c80
    Parent branch: origin/master
    cecton committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    bdcf3d5 View commit details
    Browse the repository at this point in the history
  2. Drop the tokio runtime before the task_manager

    The tokio runtime must be dropped before the task_manager. Otherwise the objects the task_manager
    keep alive are dropped before the tasks are finished.
    cecton committed Jul 1, 2020
    Configuration menu
    Copy the full SHA
    a46625a View commit details
    Browse the repository at this point in the history