[concurrency] add support for folly::DistributedMutex

Summary: Recognise class as implementing the mutex interface.

Reviewed By: jvillard

Differential Revision: D29360715

fbshipit-source-id: 8ebdbe1fe
master
Nikos Gorogiannis 3 years ago committed by Facebook GitHub Bot
parent 5c0d3fce24
commit c683fbd1b4

@ -88,6 +88,7 @@ end = struct
; {rwm with classname= "apache::thrift::concurrency::ReadWriteMutex"}
; {shd with classname= "boost::shared_mutex"}
; {def with classname= "boost::mutex"}
; {def with classname= "folly::detail::distributed_mutex::DistributedMutex"}
; {def with classname= "folly::MicroSpinLock"}
; {shd with classname= "folly::RWSpinLock"}
; {shd with classname= "folly::SharedMutex"}

Loading…
Cancel
Save