☰
Post_Fault_Handler
fuzion.runtime.Post_Fault_Handler
Post_Fault_Handler -- abstract post_fault hadler
Functions
§use(R type, code Function fuzion.runtime.Post_Fault_Handler.use.R, def Function fuzion.runtime.Post_Fault_Handler.use.R) => fuzion.runtime.Post_Fault_Handler.use.R:Any
§use(R
type
, code Function fuzion.runtime.Post_Fault_Handler.use.R, def Function fuzion.runtime.Post_Fault_Handler.use.R) =>
fuzion.runtime.Post_Fault_Handler.use.R:
Any Install this post_fault handler using a new instance of post_fault and run
`code` on it. In case of an abort, return `def()` (NYI: def should be
removed and the result of fail should be returned instead).
`code` on it. In case of an abort, return `def()` (NYI: def should be
removed and the result of fail should be returned instead).