[Issue 12891] add atomicFetchAdd and atomicFetchSub to core.atomic
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Apr 6 22:43:56 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=12891
Jonathan Dunlap <jadit2 at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|nobody at puremagic.com |jadit2 at gmail.com
--- Comment #10 from Jonathan Dunlap <jadit2 at gmail.com> ---
I'm debating if we should remove the atomicFetchSub since it would simply be an
alias to atomicFetchAdd with negative sign on the modifier. Thoughts?
--
More information about the Digitalmars-d-bugs
mailing list