Welcome to futurist’s documentation!¶
Code from the future, delivered to you in the now.
- Features
- API
- Installation
- Examples
- Creating and using a synchronous executor
- Creating and using a green thread-based executor
- Creating and using a thread-based executor
- Creating and using a process-based executor
- Running a set of functions periodically
- Running a set of functions periodically (using an executor)
- Stopping periodic function to run again (using NeverAgain exception)
- Auto stopping the periodic worker when no more periodic work exists
- Contributing