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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size parallel_executor-1.1-py3-none-any.whl (4.0 kB) | File type Wheel | Python version 3.7 | Upload date | Hashes View |
Close
Hashes for parallel_executor-1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a543b1c675650185ec2fb156f472272a79ce2e0b73e000064c07bcfa0cf7aad |
|
MD5 | 0a57c13a1d53c81c9ad184aee9299e5a |
|
BLAKE2-256 | d09dfc2a93513dc32ea4e54a6dc98d4e1463ebbc86bede104fd155f8bfd36421 |