twizzler_rt_abi

Module core

source
Expand description

Low-level runtime functionality.

Re-exports§

Functions§

  • Abort execution due to unrecoverable language error.
  • Exit with the provided error code. If the main thread for a program exits, the remaining threads will exit as well.
  • Call this after return from main, before running destructors.
  • Call this before calling main, after initializing the runtime. If this function returns None, then call main. Otherwise, act as if main returned the provided ExitCode.
  • The entry point for the runtime. Not for public use.

Type Aliases§