summaryrefslogtreecommitdiff
path: root/TAO/CIAO/CCF/External/Utility/Documentation/Synch/index.html
blob: 87a7b9086fa67dec609895192cd2fbd391ef8dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!--
// $Id$
-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<!--

file      : Documentation/Synch/index.html
author    : Boris Kolpackov <boris@kolpackov.net>
copyright : Copyright (c) 2003 Boris Kolpackov
license   : http://kolpackov.net/license.html

-->

<html>

<head>

  <title>Utility::Synch</title>

  <meta name="author" content="Boris Kolpackov"/>
  <meta name="copyright" content="&copy; 2001-2003 Boris Kolpackov"/>
  <meta name="keywords" content="C++,utility,thread,synchronization,policy"/>
  <meta name="description" content="Utility::Synch"/>
  <meta http-equiv="Content-Language" content="en"/>

  <style type="text/css">
    body {
      font-family  : arial,sans-serif;
      font-size    : 10pt;
    }

    h1 {
      font-size    : 12pt;
    }

</style>

</head>

<body>

<div align="center">
<table width="700" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>

<H1>Utility::Synch</H1>

<p>
Synchronization library provides a compile-time policy-based configurable
facility of selecting synchronization mechanisms. For now there is only
no-op synchronization policy provided which is suitable only for
single-threaded applications. However it shouldn't be difficult to porvide
a wrapper policy for synchronization mechanisms used in a particular project.
</p>

<p>Here are the definitions of the key classes:</p>

<blockquote>
   <p><a href="Policy/Null.hpp.html">Synch::Policy::Null</a></p>
</blockquote>

</td>
</tr>
</table>
</div>
</body>
</html>