Skip to content

Native AOT

Run Immediate.Jobs in a Native AOT console application.

1 min read

The Native AOT sample demonstrates publishing Immediate.Jobs with ahead-of-time compilation. It uses in-memory storage, schedules a job through its generated scheduler, captures and restores a custom job context, and drains the scheduler before the application exits.

View the Native AOT sample on GitHub

Browse the complete Immediate.Jobs Native AOT sample source.