template <>
class WireWeakAsyncClientImpl
Defined at line 1967 of file fidling/gen/src/connectivity/network/testing/netemul/sync-manager/fidl/sync/cpp/fidl/fuchsia.netemul.sync/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_netemul_sync::SyncManager::WaitForBarrierThreshold> WaitForBarrierThreshold (::fidl::StringView barrier_name, uint32_t threshold, int64_t timeout)
Waits on a named counter barrier with name `barrierName`.
Functon will return true if the number of waits pending on the barrier matches or exceeds
`threshold` before `timeout` (nsec) expires.
Use `timeout`
<
= 0 for indefinite wait.
The request and callback are allocated on the heap.