Module sgx_tstd::rt

source ·
Expand description

Runtime services

Statics

Functions

  • Enqueues a procedure to run when the main thread exits.
  • This is the entry point of panicking for the non-format-string variants of panic!() and assert!(). In particular, this is the only entry point that supports arbitrary payloads, not just format strings.
  • panic_displayExperimental
  • panic_fmtExperimental
    The entry point for panicking with a formatted message.