mirror of
https://github.com/fluencelabs/redis
synced 2025-07-07 12:51:32 +00:00
Modules TSC: GIL and cooperative multi tasking setup.
This commit is contained in:
@ -1294,6 +1294,7 @@ void unblockClientFromModule(client *c);
|
||||
void moduleHandleBlockedClients(void);
|
||||
void moduleBlockedClientTimedOut(client *c);
|
||||
void moduleBlockedClientPipeReadable(aeEventLoop *el, int fd, void *privdata, int mask);
|
||||
void moduleCooperativeMultiTaskingCycle(void);
|
||||
|
||||
/* Utils */
|
||||
long long ustime(void);
|
||||
|
Reference in New Issue
Block a user