Skip to content

Instantly share code, notes, and snippets.

@iacore
Last active May 30, 2022 16:31
Show Gist options
  • Save iacore/8df9ccef91ef97340076e3f9ac95ac7d to your computer and use it in GitHub Desktop.
Save iacore/8df9ccef91ef97340076e3f9ac95ac7d to your computer and use it in GitHub Desktop.
Async run times in Rust
  • SIGSEGV proof: able to handle SIGFPE/SIGABRT/SIGSEGV (ususally cause by calling c library)
name Panic proof SIGSEGV proof
tokio (tested with xtra) Yes; thread 'tokio-runtime-worker' panicked No
bastion Yes; error with tracing No
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment