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โ
- โ
asyncrt: This module implements the low level concurrency library. - โ
tracing: Provides tracing utilities.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!