mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
Threaded IO: read side WIP 3.
This commit is contained in:
@ -2092,6 +2092,7 @@ void beforeSleep(struct aeEventLoop *eventLoop) {
|
||||
void afterSleep(struct aeEventLoop *eventLoop) {
|
||||
UNUSED(eventLoop);
|
||||
if (moduleCount()) moduleAcquireGIL();
|
||||
handleClientsWithPendingReadsUsingThreads();
|
||||
}
|
||||
|
||||
/* =========================== Server initialization ======================== */
|
||||
|
Reference in New Issue
Block a user