Naive timed execution of custom handlers in multiple threads
Project description
# Naive Python Runner ## What does it do? naivepyrunner is library to schedule a small amount of timed tasks that may need to perform repeatedly. It does not claim to always choose the right execution order of those tasks to minimize the overall delay if it is running under limited ressources, but it does try to do so.
## How does it work? ## Why is it naive? The runner assumes that the list with yet to execute tasks does not change while calculating the optimal position for the task. This may lead to not optimal positioning
# Usage
# License
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file naivepyrunner-0.1.1.tar.gz
.
File metadata
- Download URL: naivepyrunner-0.1.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1a97043ac4a55e10d5574e8e2f83303993ddc9dfe6093007587ffc961314511 |
|
MD5 | c79832253948c44a042253a00cb9b4ac |
|
BLAKE2b-256 | c25435605946f49fd522c0cd6fbee68f27bb997635417637a9ed49439d83c3b7 |
File details
Details for the file naivepyrunner-0.1.1-py3-none-any.whl
.
File metadata
- Download URL: naivepyrunner-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 656a7a1bbcc1443316553d579134ae54ef79c56f363057642a5b0aa3d07510b6 |
|
MD5 | 412bafdc1c947544853d0543a82c8df3 |
|
BLAKE2b-256 | 0c299ea96f9da46a4f4c46ffbe3d554b6db6798fde95bf529e84ad6d5f0032fa |