You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: `folly::ThreadLocal` accepts a constructor function to construct instances, but it is not necessary when it does the same thing as the default constructor function: make and return a new instance of the type as `[] { return new T(); }`.
Reviewed By: Gownta
Differential Revision: D55784505
fbshipit-source-id: 5239cf12a73894e323f084f9848ca541d7bba6a6
0 commit comments