move SharedMutex from folly/experimental to folly
authorNathan Bronson <ngbronson@fb.com>
Wed, 17 Jun 2015 21:27:06 +0000 (14:27 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 19 Jun 2015 02:30:12 +0000 (19:30 -0700)
commit186bd8ade9668acd931201b4913d3c2af1f9535f
treed68ca0f3d5c1b7d339b83006438db6270d83f279
parentdfd26951fe63b369a0d2c49edbe9fe4aaab69417
move SharedMutex from folly/experimental to folly

Summary: SharedMutex has been in heavy production use for a while with no
bugs reported and no API changes requested, it is no longer experimental.

Reviewed By: @yfeldblum

Differential Revision: D2165275
folly/Makefile.am
folly/SharedMutex.cpp [new file with mode: 0644]
folly/SharedMutex.h [new file with mode: 0644]
folly/experimental/SharedMutex.cpp [deleted file]
folly/experimental/SharedMutex.h [deleted file]
folly/experimental/test/SharedMutexTest.cpp [deleted file]
folly/test/SharedMutexTest.cpp [new file with mode: 0644]