
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Python thread module to repeat an predefined task on a thread mulitple times. A TaskThread is useful when a task needs to be repeated several times on a separate thread. Normal usage of the threading.Thread class would call for creation of a new thread each time the same task needs to be run. This module allows for repetitive tasks to be run multiple times on the same thread by having the thread wait until the task needs to be executed again.
taskthread.TaskThread``` A sub-class of
threading.Threadthat may execute a single task multiple times without the overhead of starting a new thread.
taskthread.TaskInProcessException``
Exception that is thrown if a task is started on a thread that is
already executing.
taskthread may be installed by executing pip install taskthread
.
documentation <http://taskthread.readthedocs.org/en/latest/>
_source <http://github.com/hpcs-som/taskthread/>
_v1.4
* **ADD** ``TimerTask`` class that runs a repetitive task on a taskthread.
v1.3
v1.2
* Refactor the module so classes are defined in __init__.py.
v1.1
TaskThread.join_task
method that waits for the currently executing.
task to complete.v1.0
* First release
FAQs
Simple thread module to repetitively perform a task on a single thread
We found that taskthread demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.