apscheduler.schedulers.twisted¶
API¶
Introduction¶
TwistedScheduler was meant to be used in Twisted applications. By default it uses the reactor’s thread pool to execute jobs.
| Default executor | TwistedExecutor |
| External dependencies | twisted |
| Example | examples/schedulers/twisted_.py
(view online). |