Releases: threadly/python-threadly
release 0.8.2
ReFixed sorting list
Updated unit tests
Fixed travis build
release 0.8.1
Fix issue with keys and sorting
release 0.7.2
- fixed issue when exception is thrown in python 2.7 with NoneType.
- fixed issue with queue's in python 32bit.
release 0.7.1
Fixed an issue with clock singleton calling init mutliple times causing many threads to run the clock thread.
release 0.7.0
Updated to work with both python 2.7 and 3.6.
Pointed release urls to new threadly github urls.
release 0.6.1
Minor pypi build issue fixed.
release 0.6.0
Mostly just API changes to make the api more pythonic
release 0.5.0
Big performance improvements for scheduled tasks. Also removed extra scheduler thread, main pool takes care of this now. Also added futures support.
Due to source size, threadly was split out into a package instead of a single module. This was mainly due to addition of Futures and the SortedList implementation
release 0.2.7
Adds passing of args and keywords to scheduled functions. The main class is now named Scheduler instead of Executor, though Executor is still there for backwards compatibility.
release 0.1.2
tag for pypi release