Async Runtime Internals

system

The Executor

The core component that manages task scheduling.

The Reactor

Handles I/O events using system calls like epoll or io_uring.

Wakers

The mechanism that allows tasks to signal the executor when they are ready to progress.

Command Palette

Search for a command to run...