Memory pools refactoring.

This commit is contained in:
Igor Sysoev
2017-06-19 16:26:19 +03:00
parent 7574c64992
commit b1b9f621a4
17 changed files with 1133 additions and 937 deletions

View File

@@ -528,6 +528,8 @@ nxt_event_engine_start(nxt_event_engine_t *engine)
break;
}
thr->task = task;
handler(task, obj, data);
}