1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
2 |
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
3 |
<title>PEAK Library: Task</title> |
4 |
<link href="doxygen.css" rel="stylesheet" type="text/css"> |
5 |
</head><body> |
6 |
<!-- Generated by Doxygen 1.3.5 --> |
7 |
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="functions.html">Data Fields</a></div> |
8 |
<h1>Task</h1><hr><a name="_details"></a><h2>Detailed Description</h2> |
9 |
In the PEAK library, a task is an abstract object that is eventually made of several threads to process asynchronous events... It's a bit like a micro process. Then when you schedule a task for a stream for example, it will takes the advantage (or the disadvantage) of having several threads available to process events. |
10 |
<p> |
11 |
<table border=0 cellpadding=0 cellspacing=0> |
12 |
<tr><td></td></tr> |
13 |
<tr><td colspan=2><br><h2>Modules</h2></td></tr> |
14 |
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__task__common.html">Task common</a></td></tr> |
15 |
|
16 |
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__task__sync.html">Thread's synchronization</a></td></tr> |
17 |
|
18 |
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="group__task__timer.html">Task and timer</a></td></tr> |
19 |
|
20 |
</table> |
21 |
<hr size="1"><address style="align: right;"><small>Generated on Sat Jan 17 21:41:54 2004 for the PEAK Library by |
22 |
<a href="http://www.doxygen.org/index.html"> |
23 |
<img src="doxygen.png" alt="doxygen" align="middle" border="0" > |
24 |
</a></small> <a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=98146&type=1" width="88" height="31" align="middle" border="0" alt="SourceForge.net Logo" /></a></address> |
25 |
</body> |
26 |
</html> |
27 |
|