ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/libpeak-0.1.2/doc/latex/group__task.tex
Revision: 3251
Committed: Wed Apr 2 16:58:30 2014 UTC (10 years ago) by michael
Content type: text/x-tex
File size: 677 byte(s)
Log Message:
- Imported libpeak-0.1.2

File Contents

# Content
1 \hypertarget{group__task}{
2 \section{Task}
3 \label{group__task}\index{Task@{Task}}
4 }
5
6
7 \subsection{Detailed Description}
8 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.
9
10 \subsection*{Modules}
11 \begin{CompactItemize}
12 \item
13 \hyperlink{group__task__common}{Task common}
14 \item
15 \hyperlink{group__task__sync}{Thread's synchronization}
16 \item
17 \hyperlink{group__task__timer}{Task and timer}
18 \end{CompactItemize}