MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / blockingOperationEnds

Function blockingOperationEnds

src/server.cpp:2766–2770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2764}
2765
2766void blockingOperationEnds() {
2767 if(!(--g_pserver->blocking_op_nesting)){
2768 g_pserver->blocked_last_cron = 0;
2769 }
2770}
2771
2772/* This function fill in the role of serverCron during RDB or AOF loading, and
2773 * also during blocked scripts.

Callers 2

stopLoadingFunction · 0.85
evalGenericCommandFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected