MCPcopy Create free account
hub / github.com/acl-dev/acl / wait

Method wait

lib_acl_cpp/src/redis/redis_client_pipeline.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76const redis_result* redis_pipeline_message::wait() const {
77 box_->pop(-1, NULL);
78 return result_;
79}
80
81//////////////////////////////////////////////////////////////////////////////
82

Callers 3

stop_threadMethod · 0.45
execMethod · 0.45
channel_closedMethod · 0.45

Calls 1

popMethod · 0.45

Tested by

no test coverage detected