-
Type: New Feature
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Service Arch 2022-05-30
The schedule*() family of functions always return StatusWith<Handle>. We should liberally apply the noexcept specifier and function try-catch to these functions so that we can trust the StatusWith and avoid try-catches around the function itself.