Add an asynchronous non-terminating Loop utility to future_util.h

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: None
    • Server Programmability
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      future_util.h defines an API for executing async, future-returning try-until loops (running code repeatedly until some condition is satisfied). Sometimes, we just want to loop the code indefinitely, with no termination condition. We should extend this API to provide a "Loop" utility for these cases, where no (always-false) condition needs to be chained on to the looping request.

            Assignee:
            Unassigned
            Reporter:
            George Wangensteen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: