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

Method notify

lib_acl_cpp/src/redis/redis_client_pipeline.cpp:553–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

551}
552
553void redis_client_pipeline::notify(redis_pipeline_message *msg) const
554{
555 box_->push(msg, false);
556}
557
558box<redis_pipeline_message>* redis_client_pipeline::create_box()
559{

Callers 2

handle_resultMethod · 0.45
runMethod · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected