std::panic¶
Status: experimental
Panic / catch_unwind integration.
API details and source¶
The implementation source contains the complete declarations and implementation notes. The table below lists canonical Gossamer call signatures; every item name links directly to its implementation file.
| Item | Canonical signature or declaration | Description |
|---|---|---|
panic |
macro panic!(...) |
Aborts the current goroutine with a message. |