mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 16:51:22 +00:00
Code review minor changes (names, comments).
This commit is contained in:
2
src/ae.c
2
src/ae.c
@ -99,7 +99,7 @@ int aeGetSetSize(aeEventLoop *eventLoop) {
|
||||
}
|
||||
|
||||
/* Tells the next iteration/s of the event processing to set timeout of 0. */
|
||||
void aeDontWait(aeEventLoop *eventLoop, int noWait) {
|
||||
void aeSetDontWait(aeEventLoop *eventLoop, int noWait) {
|
||||
if (noWait)
|
||||
eventLoop->flags |= AE_DONT_WAIT;
|
||||
else
|
||||
|
Reference in New Issue
Block a user