Added fiber supported mutex to folly
authorMisha Shneerson <mshneer@fb.com>
Fri, 12 Jun 2015 20:55:05 +0000 (13:55 -0700)
committerSara Golemon <sgolemon@fb.com>
Fri, 12 Jun 2015 21:54:34 +0000 (14:54 -0700)
commit143b92ee0d22b6dd70e07f4115687ff6a04e0f50
tree0f13c9dec8fa415250d0a8e28e5b5d2f032c4795
parent01c150d50546fe4c8e2cf0c3a5f1796967e47005
Added fiber supported mutex to folly

Summary: To be able to use fiber lock in thrift

Reviewed By: @brianwatling, @yfeldblum

Differential Revision: D2149936
folly/Makefile.am
folly/experimental/fibers/TimedMutex-inl.h [new file with mode: 0644]
folly/experimental/fibers/TimedMutex.h [new file with mode: 0644]