/background

Runs things in the background.

Primary LanguagePython

image

image

Background

It runs stuff in the background.

"An elegant decorator-based abstraction around Python 3's concurrent.futures ThreadPoolExecutor class"

— Simon Willison

This module makes it stupidly simple to run things in the background of your application, be it a CLI app, or a web app.

Basic Usage

Advanced Usage

Installation

$ pipenv install background
✨🍰✨