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 hashes)