Threading_sched implements a Thread-safe version of Python sched
Project description
In a multi-Threaded Python program, simple and priority scheduling may be required. The basic Python ‘sched’ implementation does not support Threads. Use ‘import threading_sched as sched’ to get the basic sched.scheduler API w/ Thread safety. The sched.scaled_scheduler provides a priority scheduler.
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 Distribution
threading_sched-1.0.0.tar.gz
(7.8 kB
view details)
File details
Details for the file threading_sched-1.0.0.tar.gz
.
File metadata
- Download URL: threading_sched-1.0.0.tar.gz
- Upload date:
- Size: 7.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f6f8bc9df1eecec6c1458c99002736459063521b51496469a9397e948178acdb |
|
MD5 | 800a7d3a62aadf484080deb1259da34b |
|
BLAKE2b-256 | 9f7f0a18e6b51dd0fecc69552c48fd3fd3c7cb484cd5d17a764e4e2d649f7dc0 |