Module context_switching

Source

Structsยง

ContextCanceled
Contexts will trap with this error as a RuntimeError::user when they are canceled
ContextEntrypointReturned
Contexts will trap with this error as a RuntimeError::user when they entrypoint returns
ContextSwitchingEnvironment ๐Ÿ”’
The context-switching environment represents all state for WASIX context-switching on a single host thread.
ContextSwitchingEnvironmentInner ๐Ÿ”’

Enumsยง

ContextSwitchError
Errors that can occur during a context switch

Constantsยง

MAIN_CONTEXT_ID ๐Ÿ”’