Skip to main content

Mojo module

coroutine

Implements classes and methods for coroutines.

These are Mojo built-ins, so you don't need to import them.

comptime values

AnyCoroutine

comptime AnyCoroutine = __mlir_type.!co.routine``

The MLIR type representing a coroutine handle.

Structs

Was this page helpful?