MCPcopy Create free account
hub / github.com/3rdparty/libprocess / Data

Method Data

include/process/http.hpp:395–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 struct Data
394 {
395 Data()
396 : readEnd(Reader::OPEN), writeEnd(Writer::OPEN) {}
397
398 // Rather than use a process to serialize access to the pipe's
399 // internal data we use a 'std::atomic_flag'.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected