Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
8e04f382
Commit
8e04f382
authored
Apr 26, 2000
by
Andreas Gustafsson
Browse files
updated comments based on API review
parent
bfcb9c78
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/isc/include/isc/timer.h
View file @
8e04f382
...
...
@@ -27,7 +27,7 @@
*
* Provides timers which are event sources in the task system.
*
* T
wo kind
s of timer are supported
.
* T
hree type
s of timer
s
are supported
:
*
* 'ticker' timers generate a periodic tick event.
*
...
...
@@ -36,9 +36,11 @@
* They are used to implement both (possibly expiring) idle timers and
* 'one-shot' timers.
*
* Note: unlike in eventlib, a timer's resources are never reclaimed merely
* because it generated an event. A timer reference will remain valid until
* it is explicitly detached.
* 'inactive' timers generate no events.
*
* Timers can change type. It is typical to create a timer as
* an 'inactive' timer and then change it into a 'ticker' or
* 'once' timer.
*
* MP:
* The module ensures appropriate synchronization of data structures it
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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