folly: add folly::concurrent_lazy: a thread-safe version of folly::lazy
Summary: This introduces the concept of a *concurrent* version of `folly::lazy` that stems from our own needs for use lazily instantiated class variables in a multi-threaded environment. Reviewed By: ot, praihan, luciang Differential Revision: D25958581 fbshipit-source-id: 6b85402708fe9ca31b4d93607cf92f23d6a3edb5
Showing
folly/ConcurrentLazy.h
0 → 100644
Please register or sign in to comment