Skip to main content

Mojo package

runtime

Runtime services: async execution and program tracing.

The runtime package provides infrastructure for asynchronous task execution and program profiling. It includes low-level concurrency primitives for managing async coroutines, task groups, and parallel execution. The package also offers tracing utilities for performance analysis and debugging through various profiling backends.

Use this package for implementing async patterns, managing concurrent execution, or when you need detailed profiling and performance analysis of your Mojo programs.

Modulesโ€‹

Was this page helpful?