Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7913d34d
Unverified
Commit
7913d34d
authored
Jun 29, 2021
by
Tsonglew
Committed by
GitHub
Jun 29, 2021
Browse files
Improve doc comment about AE_DONT_WAIT (#9165)
Co-authored-by:
yoav-steinberg
<
yoav@monfort.co.il
>
parent
4434cebb
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ae.c
View file @
7913d34d
...
@@ -340,8 +340,8 @@ static int processTimeEvents(aeEventLoop *eventLoop) {
...
@@ -340,8 +340,8 @@ static int processTimeEvents(aeEventLoop *eventLoop) {
* if flags has AE_ALL_EVENTS set, all the kind of events are processed.
* if flags has AE_ALL_EVENTS set, all the kind of events are processed.
* if flags has AE_FILE_EVENTS set, file events are processed.
* if flags has AE_FILE_EVENTS set, file events are processed.
* if flags has AE_TIME_EVENTS set, time events are processed.
* if flags has AE_TIME_EVENTS set, time events are processed.
* if flags has AE_DONT_WAIT set the function returns ASAP
until
all
* if flags has AE_DONT_WAIT set
,
the function returns ASAP
once
all
* the events that
's possible to process
without
to
wait are processed.
* the events that
can be handled
without
a
wait are processed.
* if flags has AE_CALL_AFTER_SLEEP set, the aftersleep callback is called.
* if flags has AE_CALL_AFTER_SLEEP set, the aftersleep callback is called.
* if flags has AE_CALL_BEFORE_SLEEP set, the beforesleep callback is called.
* if flags has AE_CALL_BEFORE_SLEEP set, the beforesleep callback is called.
*
*
...
...
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