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

Function write

lib_acl_cpp/include/acl_cpp/stream/aio_ostream.hpp:150–153  ·  view source on GitHub ↗

* same as write_await(); */

Source from the content-addressed store, hash-verified

148 * same as write_await();
149 */
150 void write(const void* data, int len, long long int delay = 0,
151 aio_timer_writer* callback = NULL) {
152 write_await(data, len, delay, callback);
153 }
154
155 /**
156 * When sending data in datagram mode, can call this method to send data packet

Callers 15

tpl_writeFunction · 0.50
tpl_http_writeFunction · 0.50
acl_file_writeFunction · 0.50
acl_master_notifyFunction · 0.50
acl_master_flow_putFunction · 0.50
server_wakeupFunction · 0.50
mainFunction · 0.50
on_http_res_bodyMethod · 0.50
on_http_res_bodyMethod · 0.50
on_http_res_bodyMethod · 0.50
on_ws_frame_dataMethod · 0.50
writeMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…