Skip to main content

Mojo struct

MHASchedulerSynchronization

@register_passable(trivial) struct MHASchedulerSynchronization

Implemented traits

AnyType, Copyable, Movable, UnknownDestructibility

Aliases

ALL

alias ALL = MHASchedulerSynchronization(2)

DEFAULT

alias DEFAULT = MHASchedulerSynchronization(1)

NONE

alias NONE = MHASchedulerSynchronization(0)

PRODUCER

alias PRODUCER = MHASchedulerSynchronization(1)

Methods

__eq__

__eq__(self, other: Self) -> Bool

__ne__

__ne__(self, other: Self) -> Bool

Was this page helpful?