Skip to content

Use concurrent.futures module for running things in parallel #136

Description

@bouweandela

The simplest way to run something in multiple threads/processes is through the concurrent.futures module instead of 'manually' managing the threads/processes as currently done in https://carpentries-incubator.github.io/lesson-parallel-python/threads-and-processes.html. Therefore it might be nice to

Therefore, it might be nice to use the concurrent.futures module instead.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions