> How will users of an API be expected to > discover all the possible signals that are available to be trapped from any > given function?
This is an existent problem on any platform with unchecked exceptions (C#/.NET, python, ruby, etc). There's no good answer, besides auditing of callee code or trial-and-error. _______________________________________________ Rust-dev mailing list [email protected] https://mail.mozilla.org/listinfo/rust-dev
