MCPcopy Create free account
hub / github.com/CasparCG/server / send

Method send

src/protocol/util/AsyncEventServer.cpp:142–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 }
141
142 void send(std::string&& data)
143 {
144 send_queue_.push(std::move(data));
145 auto self = shared_from_this();
146 boost::asio::dispatch(*io_context_, [=] { self->do_write(); });
147 }
148
149 void disconnect()
150 {

Callers 1

sendMethod · 0.45

Calls 2

do_writeMethod · 0.95
pushMethod · 0.45

Tested by

no test coverage detected