Threaded IO: read side WIP 3.

This commit is contained in:
antirez
2019-03-31 21:59:50 +02:00
parent a2245f8ff1
commit 63a0ffd36a
3 changed files with 55 additions and 6 deletions

View File

@ -2092,6 +2092,7 @@ void beforeSleep(struct aeEventLoop *eventLoop) {
void afterSleep(struct aeEventLoop *eventLoop) {
UNUSED(eventLoop);
if (moduleCount()) moduleAcquireGIL();
handleClientsWithPendingReadsUsingThreads();
}
/* =========================== Server initialization ======================== */