A collection of classes which execute common tasks that require execution on an additional threads.
Project description
# util-threading
[![Build Status](https://travis-ci.org/seanwiseman/util-threading.svg?branch=master)](https://travis-ci.org/seanwiseman/util-threading) [![Coverage Status](https://coveralls.io/repos/github/seanwiseman/util-threading/badge.svg?branch=master)](https://coveralls.io/github/seanwiseman/util-threading?branch=master)
Util Threading is a collection of useful classes which all execute common tasks that require execution on an additional
threads.
Features:
- ManagerThread: A utility Thread wrapper which starts a thread that manages a queue and passes queue entries to be
processed a by user defined function.
- SocketClientThread: A utility Thread wrapper which starts 3 threads that manage the listening, data receiving of
socket connections and passes the received data to the user defined function via a queue.
## Installation
## Usage
## Example
[![Build Status](https://travis-ci.org/seanwiseman/util-threading.svg?branch=master)](https://travis-ci.org/seanwiseman/util-threading) [![Coverage Status](https://coveralls.io/repos/github/seanwiseman/util-threading/badge.svg?branch=master)](https://coveralls.io/github/seanwiseman/util-threading?branch=master)
Util Threading is a collection of useful classes which all execute common tasks that require execution on an additional
threads.
Features:
- ManagerThread: A utility Thread wrapper which starts a thread that manages a queue and passes queue entries to be
processed a by user defined function.
- SocketClientThread: A utility Thread wrapper which starts 3 threads that manage the listening, data receiving of
socket connections and passes the received data to the user defined function via a queue.
## Installation
## Usage
## Example
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
utilThreading-1.0.0.tar.gz
(2.4 kB
view details)
Built Distribution
File details
Details for the file utilThreading-1.0.0.tar.gz
.
File metadata
- Download URL: utilThreading-1.0.0.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 399ed1a8fa37abaf1cd0dc89c0156aae42052d04b7f19a0108b8df3e1cd4b880 |
|
MD5 | 07e9ca7d1e15dc8b727ec24f98ba8114 |
|
BLAKE2b-256 | 50949ba5697833fab9a74a0e0b23efa1cc616f31178eb900a2b202a03d315805 |
File details
Details for the file utilThreading-1.0.0-py3.5.egg
.
File metadata
- Download URL: utilThreading-1.0.0-py3.5.egg
- Upload date:
- Size: 6.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66de4d9930c0087e2506a3240957774cd6ed98f654ce24204a4769a1dc7d978e |
|
MD5 | b8ea9b7c536150209e1135169fc65459 |
|
BLAKE2b-256 | 79787aa741c0aaec786863756bd339b9e17d3d8b6bfa629637433b97c098bd17 |