Skip to main content

Mojo struct

DecodePConsumerN

@register_passable(trivial) struct DecodePConsumerN[num_stages: Int]

Fields

  • pipe (RolePipeline[num_stages, False]):

Implemented traits

AnyType, Copyable, ImplicitlyCopyable, ImplicitlyDestructible, Movable, RegisterPassable, TrivialRegisterPassable

comptime members

__copy_ctor_is_trivial

comptime __copy_ctor_is_trivial = True

__del__is_trivial

comptime __del__is_trivial = True

__move_ctor_is_trivial

comptime __move_ctor_is_trivial = True

Methods

__init__

__init__(pipe: RolePipeline[num_stages, False]) -> Self

wait

wait(self) -> UInt32

Returns:

UInt32

release_mma

release_mma(mut self, elect: Int32)

Was this page helpful?