MCPcopy Create free account
hub / github.com/MrKepzie/Natron / writeToOutputChannel

Method writeToOutputChannel

Engine/ProcessHandler.cpp:302–310  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302void
303ProcessInputChannel::writeToOutputChannel(const QString & message)
304{
305 {
306 QMutexLocker l(_backgroundOutputPipeMutex);
307 _backgroundOutputPipe->write( ( message + QLatin1Char('\n') ).toUtf8() );
308 _backgroundOutputPipe->flush();
309 }
310}
311
312void
313ProcessInputChannel::onNewConnectionPending()

Callers 1

writeToOutputPipeMethod · 0.80

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected