Document default eagerness of future/promise completions, UPCXX_DEFER_COMPLETION, and new fetching atomic overloads

Issue #486 resolved
Amir Kamil created an issue

As of spec PR 71, the UPC++ spec states that it is implementation defined whether as_future() and as_promise() completions are defer or eager. We need to document this in docs/implementation-defined.md, as well as the UPCXX_DEFER_COMPLETION macro.

Comments (5)

  1. Log in to comment