kamping-site / kamping

KaMPIng: (Near) zero-overhead MPI wrapper for modern C++
https://kamping-site.github.io/kamping/
GNU Lesser General Public License v3.0
27 stars 0 forks source link

Allow to return a status from calling `wait()` and `test()` on `NonBlockingResult` #614

Closed niklas-uhl closed 8 months ago

niklas-uhl commented 8 months ago

This enables returning status objects also from wait() and test() on NonBlockingResult. This was recently introduced for requests (#520, #587) and should also be added here.