folly::EventCount::wait

Blocks until notified, if the epoch has not changed since prepareWait().

Synopsis

Declared in <folly/synchronization/EventCount.h>

void
wait(Key key) noexcept;

Parameters

NameDescription
keyThe key returned by prepareWait().