Skip to main content

error_trap_pop_ignored

Function error_trap_pop_ignored 

Source
pub fn error_trap_pop_ignored()
Expand description

Removes an error trap pushed with error_trap_push(), but without bothering to wait and see whether an error occurred. If an error arrives later asynchronously that was triggered while the trap was pushed, that error will be ignored.