Issue a heavyweight asymmetric thread fence.

Synopsis

Declared in <folly/synchronization/AsymmetricThreadFence.h>

void
asymmetric_thread_fence_heavy(std::memory_order order) noexcept;
Note

This function is defined as an Algorithm Function Object (AFO).

Parameters

Name

Description

order

The memory order for the fence.

Created with MrDocs