Add noexcept specifier to TaskExecutor::schedule functions

XMLWordPrintableJSON

    • Type: New Feature
    • Resolution: Won't Fix
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • None
    • Service Arch 2022-05-30
    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      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.

            Assignee:
            Daniel Morilha (Inactive)
            Reporter:
            Benjamin Caimano (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: