Add a short description here!
Project description
Scheduled Thread Pool Executor
Scheduled Thread Pool Executor implementation in python
Makes use of delayed queue implementation to submit tasks to the thread pool.
Usage
from scheduled_thread_pool_executor import ScheduledThreadPoolExecutor
scheduled_executor = ScheduledThreadPoolExecutor(max_workers=5)
scheduled_executor.schedule(task, initial_delay=0, period=5) # where task is a callable
A longer description of your project goes here…
Note
This project has been set up using PyScaffold 4.1.1. For details and usage information on PyScaffold see https://pyscaffold.org/.
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
Built Distribution
Close
Hashes for scheduled_thread_pool_executor-1.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3ec93c8864a730bb8a3e10c8c874106622d31c079b9f7eca9cc603f94748ab3e |
|
MD5 | e13a8a401c3c07e5eee47ebc228990c3 |
|
BLAKE2b-256 | 2c4e8e5005cf1d0bc9090426a26ae79858099034ec11ff510313bcee5617bcb6 |
Close
Hashes for scheduled_thread_pool_executor-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0ee61c2893a9c9376cd9dc8f923a1358d5e09be0c624c399a2aaff7f75362652 |
|
MD5 | 9b0ff5c45d04295f1761588056164823 |
|
BLAKE2b-256 | b918bcb471672c20e3304c34c35951be7bc27942978027b9e2f8bb62bd633ee5 |