SynchronizedPtr
authorPhil Willoughby <philwill@fb.com>
Mon, 21 Aug 2017 12:07:57 +0000 (05:07 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Mon, 21 Aug 2017 12:19:22 +0000 (05:19 -0700)
commit4560ebcac260ad75fbe983b1a0a307567ee9fe49
treefc2247ca030a1ba1a4b4c11834e4870ecd050962
parentf2ddd0ef782086145006f3c623ab4d3740e5ced8
SynchronizedPtr

Summary: Fairly minimal API to start with. Refer to the comments for the rationale/usage.

Reviewed By: yfeldblum

Differential Revision: D5554854

fbshipit-source-id: 173bf7c40e70b55bf6afb8c4bc9e83d48f90b6ee
folly/Makefile.am
folly/SynchronizedPtr.h [new file with mode: 0644]
folly/test/Makefile.am
folly/test/SynchronizedPtrTest.cpp [new file with mode: 0644]