Re: [Boost-bugs] [Boost C++ Libraries] #2637: Request for shared_mutex duration timed_lock and timed_lock_shared (was: shared mutex lock)

Subject: Re: [Boost-bugs] [Boost C++ Libraries] #2637: Request for shared_mutex duration timed_lock and timed_lock_shared (was: shared mutex lock)
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2012-03-12 22:42:42


#2637: Request for shared_mutex duration timed_lock and timed_lock_shared
-------------------------------+--------------------------------------------
  Reporter: mur@… | Owner: viboes
      Type: Feature Requests | Status: assigned
 Milestone: Boost 1.38.0 | Component: thread
   Version: Boost 1.37.0 | Severity: Optimization
Resolution: | Keywords: shared mutex duration
-------------------------------+--------------------------------------------
Description changed by viboes:

Old description:

> The folowing should be added
> template<typename TimeDuration>
> bool shared_mutex::timed_lock_shared(TimeDuration const &
> relative_time);
> template<typename TimeDuration>
> bool shared_mutex::timed_lock(TimeDuration const & relative_time);

New description:

 The following should be added

 {{{
     template<typename TimeDuration>
     bool shared_mutex::timed_lock_shared(TimeDuration const &
 relative_time);
     template<typename TimeDuration>
     bool shared_mutex::timed_lock(TimeDuration const & relative_time);
 }}}

--
-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/2637#comment:3>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:09 UTC