apscheduler.executors.twisted

Module Contents

class apscheduler.executors.twisted.TwistedExecutor

Runs jobs in the reactor’s thread pool.

Plugin alias: twisted

start(scheduler, alias)

Called by the scheduler when the scheduler is being started or when the executor is being added to an already running scheduler.

Parameters: