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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file parallel_executor-1.1-py3-none-any.whl.
File metadata
- Download URL: parallel_executor-1.1-py3-none-any.whl
- Upload date:
- Size: 4.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/3.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a543b1c675650185ec2fb156f472272a79ce2e0b73e000064c07bcfa0cf7aad
|
|
| MD5 |
0a57c13a1d53c81c9ad184aee9299e5a
|
|
| BLAKE2b-256 |
d09dfc2a93513dc32ea4e54a6dc98d4e1463ebbc86bede104fd155f8bfd36421
|