Uploaded image for project: 'Funtoo Linux'
  1. Funtoo Linux
  2. FL-11369

metatools: rust.py uses subprocess.Popen, not async-friendly

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Normal Normal
    • None
    • None
    • None

      As per the summary, our crates gathering command is not async-friendly and will freeze all downloads as it does not background the command and give up the event loop.

      Freezing in-progress downloads by the spider is bad, and so this should be fixed.

      This can be fixed with updated commands that I've added for this purpose which allow async-friendly command execution.

            Unassigned Unassigned
            drobbins drobbins
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: