For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo package
runtime
Provides runtime services for async execution and program tracing.
This package is moving from the Mojo standard library. Only the modules listed
below have moved so far; the remaining runtime APIs are still documented in the
Mojo standard library reference.
Modulesβ
- β
async_value: Provides a limited Mojo handle to the AsyncRTAsyncValuetype. - β
asyncrt: This module implements the low level concurrency library. - β
tracing: Provides tracing utilities.