folly::MPMCPipeline::blockingWrite

Push an element into (the first stage of) the pipeline. Blocking.

Synopsis

Declared in <folly/MPMCPipeline.h>

template<class... Args>
void
blockingWrite(Args&&... args);

Parameters

NameDescription
argsArguments used to construct the element in place