Changes between Version 95 and Version 96 of LibrariesUnderConstruction


Ignore:
Timestamp:
Dec 3, 2009, 2:59:08 AM (13 years ago)
Author:
viboes
Comment:

Added Boost.Atomic

Legend:

Unmodified
Added
Removed
Modified
  • LibrariesUnderConstruction

    v95 v96  
    136136    * a generic asynchronous_executor_decorator which allows to decorate the function to be evaluated asynchronously.
    137137
     138---------------------------------------------------------------------------------------------------
     139== Boost.Atomic ==
     140 * '''Author(s):''' Helge Bahmann
     141 * '''Version:'''
     142 * '''State:''' On going
     143 * '''Last upload:''' 2009 November 29
     144 * '''Links:''' [http://www.chaoticmind.net/~hcb/projects/boost.atomic/ Web page]
     145 * '''Categories:''' [#ConcurrentProgramming Concurrent Programming]
     146 * '''Description:''' Implementing C++0x atomics for boost
     147
     148The purpose of this library is to provide an implementation of atomic operations for boost, based on the interface specified by the C++0x draft standard. It aims to make transitioning to std::atomic easy, as well as providing a means to make code using this C++0x feature compilable on older systems.
    138149
    139150---------------------------------------------------------------------------------------------------
     
    14361447 * [#async async]
    14371448 * [#Boost.Async Boost.Async]
     1449 * [#Boost.Atomic Boost.Atomic]
    14381450 * [#ActiveObject ActiveObject]
    14391451 * [#coco coco]