Skip to main content

Tool to run several user tasks in parallel

Project description

# Parallel Executor

The purpose of this library is to execute bunch of tasks to run independently in parallel

## Version

1.1

## Installation

pip install parallel-executor==1.1

## Basic usage example task1 = Task(‘Task1’, lambda: 2+2) task2 = Task(‘Task2’, lambda: 2*2) tasks = [task1, task2] e = Executor(3, 3, tasks) e.executeTasks() print(task1.getResult()) print(task2.getResult())

## History - 1.1 Not closing thread bug was fixed - 1.0 Initial release

## Author

Dovydas Jančauskas

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

parallel_executor-1.1-py3-none-any.whl (4.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page