thread_task
latest
Contents
Introduction
Installation
Examples
Hints and Tricks
Error Handling
API documentation
Index
thread_task
Docs
»
thread_task
Edit on GitHub
Contents
Introduction
Installation
Examples
Wrapping a function into a Task object
Callables with arguments
Building chains of tasks
Sleeping
Threadless Task
Stopping
Continue
Periodic actions
Repeated actions
Tree structured Tasks
Hints and Tricks
Wrapping a Task into a Task
Prevent long lasting actions
Never join a threadless child
Error Handling
Exceptions are handled per thread
Default exception handler
User defined exception handlers
Threadless Tasks
API documentation
Static methods
Classes
Task
Periodic
Repeated
Sleep