This is a configurable thread pool for executing background tasks.
| Parameters: |
|
|---|
This is a decorator wrapper for runBackground().
| Return type: | AsyncToken |
|---|
Queues a (Python) callable for background execution in this thread pool. Any extra positional and keyword arguments will be passed to the target callable.