-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
P0261 C++ Distributed Counters #563
Comments
P0261R3 Distributed Counters Champion: Lawrence Crowl Minute Taker: Guy Somberg Start Overview: 9:12 Why do we need *_array? Make it work for more types. For the integral types that std::atomic is specialized for, use std::atomic. Otherwise, use a std::mutex. Start Discussion: 9:15 Start Polling: 9:40 POLL: Make the following changes:
NO OBJECTION TO UNANIMOUS CONSENT POLL: Rename general_counter* to (vote for as many as you like):
Attendance: 11 POLL: Explore supporting a wider range of types, not just Integrals that have std::atomic specializations.
Attendance: 11 That has no consensus. SA: Our time is limited. POLL: We want general_counter_array and counter_broker_array for the initial version of this feature.
Attendance: 11 End: 9:50 |
P0261R4 C++ Distributed Counters (Lawrence Crowl) |
@brycelelbach has SG1 seen this? |
@cor3ntin Yes, they've seen it multiple times, and forwarded it to us. |
Marking as needs revision as this is a bit out of date. |
P0261R3 C++ Distributed Counters (Lawrence Crowl)
The text was updated successfully, but these errors were encountered: