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
896be4c9
Unverified
Commit
896be4c9
authored
Jan 09, 2019
by
Salvatore Sanfilippo
Committed by
GitHub
Jan 09, 2019
Browse files
Merge pull request #5751 from chenyang8094/unstable
Update ae.c
parents
e504583b
30d8d05c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/ae.c
View file @
896be4c9
...
@@ -351,8 +351,8 @@ static int processTimeEvents(aeEventLoop *eventLoop) {
...
@@ -351,8 +351,8 @@ static int processTimeEvents(aeEventLoop *eventLoop) {
* 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 until all
* if flags has AE_CALL_AFTER_SLEEP set, the aftersleep callback is called.
* the events that's possible to process without to wait are processed.
* the events that's possible to process without to wait are processed.
* if flags has AE_CALL_AFTER_SLEEP set, the aftersleep callback is called.
*
*
* The function returns the number of events processed. */
* The function returns the number of events processed. */
int
aeProcessEvents
(
aeEventLoop
*
eventLoop
,
int
flags
)
int
aeProcessEvents
(
aeEventLoop
*
eventLoop
,
int
flags
)
...
...
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