Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
D
dlib
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
钟尚武
dlib
Commits
f49bbc94
Commit
f49bbc94
authored
Nov 18, 2012
by
Davis King
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs
parent
bfb25b68
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
40 deletions
+9
-40
other.xml
docs/docs/other.xml
+9
-40
No files found.
docs/docs/other.xml
View file @
f49bbc94
...
...
@@ -811,54 +811,23 @@
<component>
<name>
timer
</name>
<file>
dlib/timer.h
</file>
<spec_file>
dlib/timer/timer_
kernel_
abstract.h
</spec_file>
<spec_file>
dlib/timer/timer_abstract.h
</spec_file>
<description>
This object represents a timer that will call a given member function
repeatedly at regular intervals.
<p>
The implementation of this object has a single master thread
that does all the waiting. This master thread creates and
dispatches threads to specific timer objects when they need
to run their action functions. When a timer object isn't
executing its action function then it doesn't have any thread
allocated to it at all. So it is fairly efficient.
</p>
</description>
<examples>
<example>
timer_ex.cpp.html
</example>
</examples>
<implementations>
<implementation>
<name>
timer_kernel_1
</name>
<file>
dlib/timer/timer_kernel_1.h
</file>
<description>
This is implemented in the obvious way.
</description>
<typedefs>
<typedef>
<name>
kernel_1a
</name>
<description>
is a typedef for timer_kernel_1
</description>
</typedef>
</typedefs>
</implementation>
<implementation>
<name>
timer_kernel_2
</name>
<file>
dlib/timer/timer_kernel_2.h
</file>
<description>
This implementation has a single master thread that does all the waiting.
This master thread creates and dispatches threads to specific timer objects
when they need to run their action functions. When a timer object isn't executing
its action function then it doesn't have any thread allocated to it at all. So
it is much more efficient than timer_kernel_1.
</description>
<typedefs>
<typedef>
<name>
kernel_2a
</name>
<description>
is a typedef for timer_kernel_2
</description>
</typedef>
</typedefs>
</implementation>
</implementations>
</component>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment