apscheduler.schedulers.asyncio

API

Introduction

AsyncIOScheduler was meant to be used with the AsyncIO event loop. By default, it will run jobs in the event loop’s thread pool.

If you have an application that runs on an AsyncIO event loop, you will want to use this scheduler.

Default executor AsyncIOExecutor
External dependencies
Example examples/schedulers/asyncio_.py (view online).

Table Of Contents

This Page