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

Method writeToOutputChannel

Engine/ProcessHandler.cpp:307–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void
308ProcessInputChannel::writeToOutputChannel(const QString & message)
309{
310 {
311 QMutexLocker l(&_backgroundOutputPipeMutex);
312 _backgroundOutputPipe->write( ( message + QLatin1Char('\n') ).toUtf8() );
313 _backgroundOutputPipe->flush();
314 }
315}
316
317void
318ProcessInputChannel::onNewConnectionPending()

Callers 1

writeToOutputPipeMethod · 0.80

Calls 2

writeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected