You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Marco Massenzio (JIRA)" <ji...@apache.org> on 2015/06/08 22:17:03 UTC

[jira] [Updated] (MESOS-2805) Make synchronized as primary form of synchronization.

     [ https://issues.apache.org/jira/browse/MESOS-2805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marco Massenzio updated MESOS-2805:
-----------------------------------
    Sprint: Mesosphere Sprint 11, Mesosphere Sprint 12  (was: Mesosphere Sprint 11)

> Make synchronized as primary form of synchronization.
> -----------------------------------------------------
>
>                 Key: MESOS-2805
>                 URL: https://issues.apache.org/jira/browse/MESOS-2805
>             Project: Mesos
>          Issue Type: Improvement
>          Components: libprocess, stout
>            Reporter: Joris Van Remoortere
>            Assignee: Joris Van Remoortere
>              Labels: c++11, libprocess, stout
>
> Re-organize Synchronized to allow {{synchronized(m)}} to work on:
>   1. {{std::mutex}}
>   2. {{std::recursive_mutex}}
>   3. {{std::atomic_flag}}
> Move synchronized.hpp into stout, so that developers don't think it's part of the utility suite for actors in libprocess.
> Remove references to internal.hpp and replace them with {{std::atomic_flag}} synchronization.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)