Skip to content
Snippets Groups Projects
Commit 66a7f0c9 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

ENH: provide UPstream::finishedRequests() support

- for querying all outstanding requests:

     if (UPstream::finishedRequests(startRequest)) ...
     if (UPstream::finishedRequests(startRequest, -1)) ...

- for querying slice of outstanding requests:

     if (UPstream::finishedRequests(startRequest, 10)) ...
parent 80bc1db5
Branches
Tags
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment