folly::PackedSyncPtr::try_lock

Attempts to acquire the integrated spin lock without blocking.

Synopsis

Declared in <folly/PackedSyncPtr.h>

bool
try_lock() const;

Return Value

true if the lock was acquired, false otherwise.